Go to file
Josh Stone e522b5e363 Update gh-pages from travis 2015-11-12 18:12:28 -08:00
.travis Update gh-pages from travis 2015-11-12 18:12:28 -08:00
benches Don't print to stdout on `cargo bench` 2015-05-26 07:21:12 -07:00
doc Update gh-pages from travis 2015-11-12 18:12:28 -08:00
num-macros num-macros: VariantData no longer needs to be dereferenced 2015-10-27 11:51:35 -07:00
src Auto merge of #131 - murarth:str-radix, r=cuviper 2015-11-12 03:33:55 +09:00
.gitignore Update num-macros to Rust master 2015-05-14 10:19:47 -07:00
.travis.yml Update gh-pages from travis 2015-11-12 18:12:28 -08:00
Cargo.toml Explicitly enable `bigint` benchmarks 2015-11-09 13:54:48 -07: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;