Skip to content

alasco-tech/alasco-money

Repository files navigation

alasco-money

Money, MoneyWithVAT and MoneyWithVATRatio implemented in Rust for performance.

Contributing

  • Install Rust and Cargo
  • Create a new Python environment and activate it
  • Install Python dependencies: pip install ".[dev]"
  • Play with the code
  • Run tests: maturin develop && pytest