Re: Packaging a Python/Rust hybrid

2022-11-28 Thread Fabio Valentini
On Mon, Nov 28, 2022 at 10:44 PM Kai A. Hiller wrote: > > Hello, > > I am in the process of figuring out packaging of a Python/Rust hybrid > and have a few questions. Specifically, my work is on updating the > matrix-synapse package[0]. Synapse is originally a Python package, but > the developers

Packaging a Python/Rust hybrid

2022-11-28 Thread Kai A. Hiller
Hello, I am in the process of figuring out packaging of a Python/Rust hybrid and have a few questions. Specifically, my work is on updating the matrix-synapse package[0]. Synapse is originally a Python package, but the developers started rewriting some critical parts in Rust and used Pyo3 as