- num-bigint now has its own source repository at rust-num/num-bigint.
lcm
now avoids creating a large intermediate product.gcd
now uses Stein's algorithm with faster shifts instead of division.
Contributors: @cuviper, @Emerentius, @mhogrefe
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!