Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 316 Bytes

File metadata and controls

16 lines (14 loc) · 316 Bytes

Repository Contribution Guidelines

This repo contains Rust code. Before submitting changes:

  1. Format the code:
    cargo fmt --all -- --check
  2. Run the linter:
    cargo clippy --all-targets --all-features -- -D warnings
  3. Run the test suite:
    cargo test