|
hace 9 años | |
---|---|---|
.travis | hace 9 años | |
benches | hace 9 años | |
doc | hace 9 años | |
num-macros | hace 9 años | |
src | hace 9 años | |
.gitignore | hace 9 años | |
.multirust.sh | hace 9 años | |
.travis.yml | hace 9 años | |
Cargo.toml | hace 9 años | |
LICENSE-APACHE | hace 10 años | |
LICENSE-MIT | hace 10 años | |
README.md | hace 9 años |
A collection of numeric types and traits for Rust.
This includes new types for big integers, rationals, and complex numbers, new traits for generic programming on numeric properties like `Integer, and generic range iterators.
Add this to your Cargo.toml
:
[dependencies]
num = "0.1"
and this to your crate root:
extern crate num;