First off, thanks for your interest in contributing! 🎉
We welcome contributions of all kinds — bug fixes, new features, examples, documentation, benchmarks, and more.
- Fork this repo
- Clone your fork and create a new branch
- Make your changes and commit with clear messages
- Push your branch and open a pull request (PR)
- Follow Rust style: Use
rustfmtandclippy - Minimal dependencies: Keep the crate small and lightweight
- Tests: Add tests if you fix or add logic
- Backwards compatibility: Try not to break existing users unless versioning
- Commit messages: Use clear, descriptive commits