Go to file
Alex Crichton aadcbef4ba Merge pull request #58 from mbrubeck/nightly
Update to build with Rust 1.0.0-nightly
2015-02-03 14:36:49 -06:00
benches Merge pull request #47 from jbcrail/fix-deprecated-range 2015-01-12 11:02:46 -06:00
src Silence unstable feature warnings 2015-02-03 12:32:28 -08: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 Bump to 0.1.11. 2015-02-02 12:22:57 +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 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;