Sen descrición

Alex Crichton aec75185e5 Merge pull request #29 from gifnksm/master %!s(int64=10) %!d(string=hai) anos
benches 4fa331aa41 Added shootout benchmark %!s(int64=10) %!d(string=hai) anos
src 7a7c5fb2ad Implements `Encodable` and `Decodable` %!s(int64=10) %!d(string=hai) anos
.gitignore 482f0e0b74 Initial seeding from rust repo %!s(int64=10) %!d(string=hai) anos
.travis.yml 482f0e0b74 Initial seeding from rust repo %!s(int64=10) %!d(string=hai) anos
Cargo.toml f3facf7b83 Remove `plugin = true` from cargo manifest %!s(int64=10) %!d(string=hai) anos
LICENSE-APACHE 482f0e0b74 Initial seeding from rust repo %!s(int64=10) %!d(string=hai) anos
LICENSE-MIT 482f0e0b74 Initial seeding from rust repo %!s(int64=10) %!d(string=hai) anos
README.md 4bcd63e5ab Add a README for num %!s(int64=10) %!d(string=hai) anos

README.md

num

Arbitrary sized numeric types for Rust.

Usage

Add this to your Cargo.toml:

[dependencies.num]

git = "https://github.com/rust-lang/num"

and this to your crate root:

extern crate num;