Go to file
Alex Crichton 32ae02d87d Bump version number 2014-12-13 11:08:51 -08:00
benches std::from_str::FromStr -> std::str::FromStr 2014-11-17 22:38:12 +09:00
src fix deperecation warning 2014-12-09 23:48:37 +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 Bump version number 2014-12-13 11:08:51 -08: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;