Call a Rust Function from Python Like A Boss with Maturin

Опубликовано: 21 Май 2026
на канале: Dario
3,278
74

Use the performance advantage of #rustlang in Python by writing Python modules using Rust!!!

You can build python libraries written in Rust!!

This is a great strategy for migrating a python app to rust!!

This is great for introducing your python shop to Rust.

maturin: https://github.com/PyO3/maturin

Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages.