/pyo3learning

pyO3learning

Primary LanguageRust

Experimenting with rust + Python

Quick start

  1. Set up the virtual environment:
python3 -m venv venv
sourvce venv/bin/activate
python -m pip install -r requirements.txt
  1. Build the Python extension module
maturin develop
  1. Run the tests
python test.py