synor/crates/synor-storage
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 compilation errors in tests and crates 2026-01-26 21:09:56 +05:30
src fix: replace all unstable is_multiple_of with modulo operator 2026-02-02 01:28:26 +05:30
Cargo.toml fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30