mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
* factor::numeric: Start refactoring into multiple submodules No change to the module's interface, but it should make it much easier to keep the tests right next to the code they are related to. Moreover, build.rs' dependency is now limited to numeric::{modular_inverse, traits}, meaning that the rest of it can use build-time generated tables etc. * factor::numeric: Move gcd (and its test) to a submodule * factor::numeric: Move Montgomery arithmetic to its own module Finally hollowed-out numeric.rs * factor: Move numeric.rs to numeric/mod.rs * factor::numeric: Fix an erroneous lint on obsolete Rust versions |
||
---|---|---|
.. | ||
benches | ||
src | ||
build.rs | ||
Cargo.toml | ||
sieve.rs |