|
il y a 10 ans | |
---|---|---|
benches | il y a 10 ans | |
src | il y a 10 ans | |
.gitignore | il y a 10 ans | |
.travis.yml | il y a 10 ans | |
Cargo.toml | il y a 10 ans | |
LICENSE-APACHE | il y a 10 ans | |
LICENSE-MIT | il y a 10 ans | |
README.md | il y a 10 ans |
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;