Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 262 Bytes

rust_python_example

Example repo with combined Rust and Python code using maturin and pyo3

To run the code:

poetry install
poetry shell
maturin develop --release
python python_code/compare_fibonacci.py
python python_code/compare_list.py