What is the current state of affairs when it comes to integrating Rust code into Python projects? What are tools, common issues & pitfalls, deployment strategies, solutions for cross-platform builds, best practices, etc? What's the state of the usual suspects, e.g. setuptools, manylinux, etc? What are the professionals doing (e.g Polars)? How does the conda-forge ecosystem approach things at the moment (see e.g. version pinning)? How does the performance of the integration layer(s) look like (e.g. in comparison to integrating C into Python projects via established approaches)? What specific complexities need to be handled?
Open discussion & exploration.