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