Go to file
Nathan Stoddard efe8adf144 Update to new version of 'rand'. Fixes compilation on Windows. 2015-03-26 14:32:33 -04:00
benches Fix warnings in pidigits benchmark 2015-03-17 22:22:06 -06:00
src Feature gating is strict now. 2015-03-26 12:00:36 +11:00
.gitignore Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
.travis.yml Update travis config 2015-01-01 22:09:50 -08:00
Cargo.toml Update to new version of 'rand'. Fixes compilation on Windows. 2015-03-26 14:32:33 -04: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;