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