|  | 11 anos atrás | |
|---|---|---|
| benches | 11 anos atrás | |
| src | 11 anos atrás | |
| .gitignore | 11 anos atrás | |
| .travis.yml | 11 anos atrás | |
| Cargo.toml | 11 anos atrás | |
| LICENSE-APACHE | 11 anos atrás | |
| LICENSE-MIT | 11 anos atrás | |
| README.md | 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;