Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 514 Bytes

File metadata and controls

25 lines (19 loc) · 514 Bytes

Contributing

Development

  1. Fork and clone the repository.
  2. Create a branch from master.
  3. Make your change with tests.
  4. Run checks locally:
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings
cargo test -q
  1. Open a pull request with:
  • A clear problem statement
  • A concise solution summary
  • Any benchmark or behavior changes

Commit Guidelines

  • Keep commits focused and atomic.
  • Use descriptive commit messages.
  • Avoid unrelated formatting-only changes.