Go to file
gifnksm 9316be3bc1 update to latest rustc 2014-12-21 19:41:03 +09:00
benches update to latest rustc 2014-12-16 23:44:16 +09:00
src update to latest rustc 2014-12-21 19:41:03 +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-16 12:45:29 -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;