|  | há 11 anos atrás | |
|---|---|---|
| benches | há 11 anos atrás | |
| src | há 11 anos atrás | |
| .gitignore | há 11 anos atrás | |
| .travis.yml | há 11 anos atrás | |
| Cargo.toml | há 11 anos atrás | |
| LICENSE-APACHE | há 11 anos atrás | |
| LICENSE-MIT | há 11 anos atrás | |
| README.md | há 11 anos atrás | 
Arbitrary sized numeric types for Rust.
Add this to your Cargo.toml:
[dependencies]
num = "*"
and this to your crate root:
extern crate num;