Go to file
Alex Crichton 44679902bd Update num-macros to Rust master 2015-05-14 10:19:47 -07:00
benches Avoid and remove some unstable features. 2015-04-05 03:09:29 +08:00
num-macros Update num-macros to Rust master 2015-05-14 10:19:47 -07:00
src Factor out more generic macro to run a macro on each tuple type 2015-04-25 17:03:05 -07:00
tests Export the #[derive(FromPrimitive)] from rust proper 2015-04-12 11:19:48 -07:00
.gitignore Update num-macros to Rust master 2015-05-14 10:19:47 -07:00
.travis.yml Update travis config 2015-01-01 22:09:50 -08:00
Cargo.toml Rename num_macros to num-macros 2015-05-01 18:00:02 -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;