Money
, MoneyWithVAT
and MoneyWithVATRatio
implemented in Rust for performance.
- Install Rust and Cargo
uv sync
- Play with the code
- Run tests:
maturin develop && pytest
- Update the version in
Cargo.toml
- Tag the correponding
main
commit withv${version}
- Wait for the release to be created by CI