Now I am converting python project into rust using pyo3.
I am going to convert the core functions of the python custom module in this project into rust using pyo3 to improve the performance.
I converted the python code into rust, and build with maturin. But then I can’t integrate it with origin python code.
The main project runs on Docker, and the built code runs in the virtual environment.
So it’s impossible to import the converted rust code in the python code.
Anyone help me.
This is my project.
https://github.com/gentlepuck071/PyO3Project
I converted the python code using maturin, but as it’s impossible to integrate the converted rust code into origin python code.
Pongpong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.