Code Standards¶
For detailed contribution guidelines, see the main README on GitHub.
Quick Guidelines¶
- Follow Rust best practices and idioms
- Run
cargo fmtbefore committing - Ensure
cargo clippypasses with no warnings - Add tests for new features
- Update documentation when adding features