|
9 lat temu | |
---|---|---|
benches | 9 lat temu | |
num-macros | 9 lat temu | |
src | 9 lat temu | |
.gitignore | 9 lat temu | |
.travis.yml | 9 lat temu | |
Cargo.toml | 9 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;