Josh Stone 953087fe4e Fix biguint assert_assign_op for rust 1.8
The `$op` only seems to be accepted when used indirectly through another
macro, in this case `assert_eq`.  How nice.
2017-09-19 14:00:51 -07:00
2017-07-14 17:36:17 -07:00
2015-11-12 18:40:13 -08:00
2017-07-14 17:30:18 -07:00
2017-07-14 17:38:12 -07:00
2017-07-14 17:39:21 -07:00
2017-02-07 13:02:32 -07:00
2017-07-14 17:28:12 -07:00
2015-05-14 10:19:47 -07:00
2017-07-08 22:28:49 -07:00
2017-07-08 22:29:48 -07:00
2017-07-25 00:17:17 +02:00
2014-09-16 10:35:35 -07:00
2014-09-16 10:35:35 -07:00
2017-07-25 00:16:07 +02:00

num

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.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "0.1"

and this to your crate root:

extern crate num;

Compatibility

Most of the num crates are tested for rustc 1.8 and greater. The exceptions are num-derive which requires at least rustc 1.15, and the deprecated num-macros which requires nightly rustc.

Description
No description provided
Readme 2 MiB