💨
murmurh
💨
💪
Contributing
Contributions are welcome! Please feel free to open issues and pull requests, and we'll do our best to react in a timely manner.
To develop locally, you will need:
- A dedicated Python environment
- The
requirements.txt
python libraries installed
pip install -r requirements.txt
Once you performed changes to the rust source code, you can build the project using:
maturin develop
And you will then be able to run the python unit tests:
pytest