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