- Install Rust with help of
rustup
(https://rustup.rs/) - Install Pythons dependencies:
python3 -m pip install .[dev]
maturin develop
maturin develop --release --strip
pytest
maturin build --release --strip
rustup
(https://rustup.rs/)python3 -m pip install .[dev]
maturin develop
maturin develop --release --strip
pytest
maturin build --release --strip