|
10 жил өмнө | |
---|---|---|
benches | 10 жил өмнө | |
src | 10 жил өмнө | |
.gitignore | 10 жил өмнө | |
.travis.yml | 10 жил өмнө | |
Cargo.toml | 10 жил өмнө | |
LICENSE-APACHE | 10 жил өмнө | |
LICENSE-MIT | 10 жил өмнө | |
README.md | 10 жил өмнө |
Arbitrary sized numeric types for Rust.
Add this to your Cargo.toml
:
[dependencies.num]
git = "https://github.com/rust-lang/num"
and this to your crate root:
extern crate num;