synor/crates/synor-mining
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
..
benches fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
src fix: replace all unstable is_multiple_of with modulo operator 2026-02-02 01:28:26 +05:30
Cargo.toml Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30