Нема описа

Josh Stone 03995288d2 fix the new travis nightly line пре 9 година
.travis 658637dcba Use scripts for compound travis commands пре 9 година
benches 82645a31df Don't print to stdout on `cargo bench` пре 9 година
doc b4026b9fec Update repo and doc links пре 9 година
num-macros b4026b9fec Update repo and doc links пре 9 година
src e41016975f bigint: expand op tests to cover all val/ref combinations пре 9 година
.gitignore 44679902bd Update num-macros to Rust master пре 9 година
.travis.yml 03995288d2 fix the new travis nightly line пре 9 година
Cargo.toml b4026b9fec Update repo and doc links пре 9 година
LICENSE-APACHE 482f0e0b74 Initial seeding from rust repo пре 10 година
LICENSE-MIT 482f0e0b74 Initial seeding from rust repo пре 10 година
README.md b4026b9fec Update repo and doc links пре 9 година

README.md

num

Arbitrary sized numeric types for Rust.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "*"

and this to your crate root:

extern crate num;