Skip to content

Code Standards

For detailed contribution guidelines, see the main README on GitHub.

Quick Guidelines

  • Follow Rust best practices and idioms
  • Run cargo fmt before committing
  • Ensure cargo clippy passes with no warnings
  • Add tests for new features
  • Update documentation when adding features