Go to file
Alex Crichton bc9f83e7d8 Merge pull request #34 from gifnksm/master
Update to iter stabilization.
2014-11-27 14:15:32 -06:00
benches std::from_str::FromStr -> std::str::FromStr 2014-11-17 22:38:12 +09:00
src Update to iter stabilization. 2014-11-27 23:06:06 +09:00
.gitignore Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
.travis.yml Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
Cargo.toml Add keywords to cargo metadata. 2014-11-21 16:03:58 +11:00
LICENSE-APACHE Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
LICENSE-MIT Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
README.md use crates.io in README 2014-11-20 15:07:56 -05:00

README.md

num

Arbitrary sized numeric types for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
num = "*"

and this to your crate root:

extern crate num;