A minimal project template that can be used for building rust-backed python projects.
- Clone this repository.
- Replace all instances of
rust_python_project_templateacross the entire repository with the namespace of your project. - Replace values in
pyproject.tomlandCargo.tomlwith relevant values for your project. - Follow instructions in
CONTRIBUTING.mdto set up your development environment. - Run
./scripts/install.sh - Run
./scripts/test.sh - You're all set! Make this readme whatever you want now. The future is yours!