Go to file
Alex Crichton 146410c918 Merge pull request #41 from code0100fun/master
Add semicolons to macro lines
2014-12-19 10:06:17 -06:00
benches update to latest rustc 2014-12-16 23:44:16 +09:00
src Add semicolons to macro lines 2014-12-18 21:01:24 -05:00
.gitignore Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
.travis.yml Initial seeding from rust repo 2014-09-16 10:35:35 -07:00
Cargo.toml Bump version number 2014-12-16 12:45:29 -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 use crates.io in README 2014-11-20 15:07:56 -05:00

README.md

num

Arbitrary sized numeric types for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
num = "*"

and this to your crate root:

extern crate num;