num-bigint
num-bigint copied to clipboard
Implement Euclid division and remainder
Now that a common trait for this has been sorted out (https://github.com/rust-num/num-traits/issues/159 implemented and merged in https://github.com/rust-num/num-traits/pull/195), we can now close https://github.com/rust-num/num-bigint/issues/146 by implementing the trait for BigInt
s. This commit does just that.