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
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