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