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