There is a lot of existing Python code working with LLMs (e.g. LangChain, but not only).
I wondered if maybe to allow rolling-rewrites to Rust , or just simple reuse of some Python code in Rust projects, we should consider some mixed approaches?
E.g. using Py03 ( GitHub - PyO3/pyo3: Rust bindings for the Python interpreter ; Rust Zürichsee, April: Gerhard Bräunlich - PyO3 and Rust in action - YouTube ) or other Rust<=>Python bindings or interpreters ?