num-traits/src
Homu 9b45e6dd9b Auto merge of #139 - ollie27:bigint_hash, r=cuviper
bigint: simplify Hash

There cannot be any leading zeros in a BigUint so just derive Hash which will just hash the Vec directly.
Add Hash to Sign so we can derive it for BigInt as well.
2015-12-17 15:25:49 +09:00
..
bigint.rs Auto merge of #139 - ollie27:bigint_hash, r=cuviper 2015-12-17 15:25:49 +09:00
complex.rs complex: forward ops to val-val 2015-11-16 10:10:59 -08: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 Update intros to better reflect the breadth of num 2015-11-21 16:39:00 -08: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