synor/crates/synor-mining/src
Gulshan Yadav 8bdd28e455 fix: replace all unstable is_multiple_of with modulo operator
Rust's is_multiple_of is an unstable feature (issue #128101).
Replace with standard modulo operator for compatibility with stable Rust.
2026-02-02 01:28:26 +05:30
..
kheavyhash.rs fix: replace all unstable is_multiple_of with modulo operator 2026-02-02 01:28:26 +05:30
lib.rs test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30
matrix.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
miner.rs fix: replace all unstable is_multiple_of with modulo operator 2026-02-02 01:28:26 +05:30
stratum.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
template.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30