Bdorg
Bdorg

Reputation: 21

How to build a rust and python project into one exe executable?

I have a folder in which there are two folders one of them is called src and it contains the file lib.rs, and the second one is myPy which contains python files and one main.py file where other python files are imported, I use pyo3 to connect rust to python, can you tell me how to build the project into one executable exe file?

Upvotes: 0

Views: 362

Answers (0)

Related Questions