num-traits/src
Brian Smith 9e3e8552ac Make `rand` and `rustc-serialize` dependencies optional.
Previously, the `rand` and `rustc-serialize` dependencies were optional
except they were required for the `bigint` feature.

Make the dependency on the `rand` crate optional in all cases.
including when the `bigint` feature is selected. Some of the tests for
the bigint feature are randomized so, while `rand` is now an optional
dependency, it is a non-optional dev-dependency.

Similarly, make the dependency on the `rustc-serialize` crate optional
in all cases, including when the `bigint` feature is selected.
2016-01-07 16:30:50 -10:00
..
bigint.rs Make `rand` and `rustc-serialize` dependencies optional. 2016-01-07 16:30:50 -10:00
complex.rs Fix docs and function position 2015-12-30 10:57:54 +01:00
integer.rs integer: expand tests for gcd min_value() 2015-10-30 00:40:21 -07:00
iter.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
lib.rs Make `rand` and `rustc-serialize` dependencies optional. 2016-01-07 16:30:50 -10:00
rational.rs Check for zero denominator when parsing Ratio 2015-10-16 13:10:16 -07:00
traits.rs Added Sized trait bound for traits that requite it 2015-08-19 19:11:55 +02:00