|
hace 9 años | |
---|---|---|
benches | hace 9 años | |
num-macros | hace 9 años | |
src | hace 9 años | |
.gitignore | hace 9 años | |
.travis.yml | hace 9 años | |
Cargo.toml | hace 9 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 = "*"
and this to your crate root:
extern crate num;