Hi!<p>I am currently considering moving a framework I built from Python to Rust to make it faster and take advantage of all the Rust safe features.
However, one of my requirements is to still allow users to use Python code, thus, I was thinking about using RustPython for that.
I have been doing basic experiment but I would like to ask if anyone has done that before, and the limitations you found on the road.
I have read somewhere that RustPython now seems to support pip packages, but I am also not sure about the limitations of it.<p>Thanks in advance