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