Alex Crichton e0e63cf241 Merge pull request #43 from zsiciarz/master
Update to latest rustc
2014-12-23 11:45:00 -06:00
2014-12-16 23:44:16 +09:00
2014-12-23 17:12:57 +01:00
2014-09-16 10:35:35 -07:00
2014-09-16 10:35:35 -07:00
2014-12-22 09:21:37 -08:00
2014-09-16 10:35:35 -07:00
2014-09-16 10:35:35 -07:00
2014-11-20 15:07:56 -05:00

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;
Description
No description provided
Readme 2 MiB