f4a69a6f01
This changes the name to #[derive(NumFromPrimitive)] in order to not conflict with the libsyntax macro. |
||
---|---|---|
benches | ||
num_macros | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
num
Arbitrary sized numeric types for Rust.
Usage
Add this to your Cargo.toml
:
[dependencies]
num = "*"
and this to your crate root:
extern crate num;