We welcome contributions! Here's how you can help:
Found a bug or have a feature request? Please open an issue with a clear description and steps to reproduce.
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Run tests:
cargo test --lib && cargo test --tests - Run clippy:
cargo clippy --all-targets -- -D warnings - Format your code:
cargo fmt --all --check - Submit a Pull Request
See the README for build and run instructions.
Please be respectful and constructive in all interactions.