Open
Description
Hi,
I'm trying to find the best way to use rustpython in my game engine.
Right now I was wondering if there is any example for:
- exporting a list of rust functions callable from python, but with the possibility to access other variable in each functions from my game engine
I found some example like pyckitup but seems pretty old now
thx