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