Go to file
Alex Crichton 01cc022174 Merge pull request #36 from steveklabnik/license
remove license attribute
2014-12-07 20:48:25 -05:00
benches std::from_str::FromStr -> std::str::FromStr 2014-11-17 22:38:12 +09:00
src Merge pull request #36 from steveklabnik/license 2014-12-07 20:48:25 -05: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 Bump to 0.0.5. 2014-11-28 22:20:21 +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;