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