|  | há 9 anos atrás | |
|---|---|---|
| .travis | há 9 anos atrás | |
| benches | há 9 anos atrás | |
| bigint | há 9 anos atrás | |
| complex | há 9 anos atrás | |
| derive | há 9 anos atrás | |
| doc | há 10 anos atrás | |
| integer | há 9 anos atrás | |
| iter | há 9 anos atrás | |
| macros | há 9 anos atrás | |
| rational | há 9 anos atrás | |
| src | há 9 anos atrás | |
| traits | há 9 anos atrás | |
| .gitignore | há 10 anos atrás | |
| .rustup.sh | há 9 anos atrás | |
| .travis.yml | há 9 anos atrás | |
| Cargo.toml | há 9 anos atrás | |
| LICENSE-APACHE | há 11 anos atrás | |
| LICENSE-MIT | há 11 anos atrás | |
| Makefile | há 9 anos atrás | |
| README.md | há 10 anos atrás | 
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;