# [2021.07.08] Diamonds and Rust

Today I tried to use a module written in Rust inside Python.
[PyO3](https://pyo3.rs) and
[maturin](https://pypi.org/project/maturin) are suits very well for
that purpose. I didn't write the Rust part myself, simply borrowing
it from another researcher, but I had to debug it a bit. I can't say
I'm in love with Rust, but at least it looks quite nice.