|
9 éve | |
---|---|---|
benches | 9 éve | |
num-macros | 9 éve | |
src | 9 éve | |
.gitignore | 9 éve | |
.travis.yml | 9 éve | |
Cargo.toml | 9 éve | |
LICENSE-APACHE | 10 éve | |
LICENSE-MIT | 10 éve | |
README.md | 10 éve |
Arbitrary sized numeric types for Rust.
Add this to your Cargo.toml
:
[dependencies]
num = "*"
and this to your crate root:
extern crate num;