Go to file
Alex Crichton 82d44da2d7 Update documentation links 2014-12-23 09:54:56 -08:00
benches update to latest rustc 2014-12-16 23:44:16 +09:00
src Fix build warnings 2014-12-23 09:51:08 -08:00
.gitignore Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
.travis.yml Fix build warnings 2014-12-23 09:51:08 -08:00
Cargo.toml Update documentation links 2014-12-23 09:54:56 -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 Update documentation links 2014-12-23 09:54:56 -08:00

README.md

num

Arbitrary sized numeric types for Rust.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "*"

and this to your crate root:

extern crate num;