|
|
há 10 anos atrás | |
|---|---|---|
| benches | há 10 anos atrás | |
| src | há 10 anos atrás | |
| .gitignore | há 11 anos atrás | |
| .travis.yml | há 10 anos atrás | |
| Cargo.toml | há 10 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;