Repository Contribution Guidelines This repo contains Rust code. Before submitting changes: Format the code: cargo fmt --all -- --check Run the linter: cargo clippy --all-targets --all-features -- -D warnings Run the test suite: cargo test