|
há 9 anos atrás | |
---|---|---|
.travis | há 9 anos atrás | |
benches | há 9 anos atrás | |
doc | há 9 anos atrás | |
num-macros | há 9 anos atrás | |
src | há 9 anos atrás | |
.gitignore | há 9 anos atrás | |
.travis.yml | há 9 anos atrás | |
Cargo.toml | há 9 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 = "*"
and this to your crate root:
extern crate num;