|
10 年之前 | |
---|---|---|
benches | 11 年之前 | |
src | 10 年之前 | |
.gitignore | 11 年之前 | |
.travis.yml | 11 年之前 | |
Cargo.toml | 11 年之前 | |
LICENSE-APACHE | 11 年之前 | |
LICENSE-MIT | 11 年之前 | |
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;