Skip to content

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

Notifications You must be signed in to change notification settings

ivarbrek/rust_python_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published