15. Python Module written in Rust - From Python to Rust

Published: 12 February 2021
on channel: Bedroom Builds
17,863
538

Use the performance advantage of Rust in Python by writing Python modules using Rust.

useful crates:

rust-cpython https://github.com/dgrunwald/rust-cpy...
PyO3 https://github.com/PyO3/pyo3
setuptools-rust https://github.com/PyO3/setuptools-rust

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...