Go to file
Alex Crichton 431dd18aff Bump version number 2015-01-04 10:57:00 -08:00
benches Upgrade to latest Rust 2015-01-03 19:30:05 +01:00
src update to rust mater 2015-01-05 01:59:44 +09: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 version number 2015-01-04 10:57:00 -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;