python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to return a python variable from a python file to a rust file using pyo3
All the other questions on this forum tell you how to use rust to do something in python, but I want to do the opposite.
I have a function in my main.py script that reads the user's input and stores i...

Nick M
Votes: 0
Answers: 0
Publish a library for Python made with Rust to pypi
Is this possible?
After some research, it seems that the library setuptools-rust can be used for easy distribution, but it looks like the user also needs this library setuptools-rust.
Is there any way...
tasuren
Votes: 0
Answers: 1