Contributing
Contributions are welcome! Here’s how to get started:
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Run the tests (
cargo test && cargo build --release) - Submit a pull request
Please keep changes focused and include tests when adding new functionality.