You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not super familiar with FFI for Python. From what I recall there are several approaches (Cython?) but my knowledge may be out-of-date. In any case, I don't think it would be very different considering that these FFI signatures are quite simple, but I don't think I would include any Python-related things into this repository. It would make more sense to do it in a separate repository (that you can make and maintain if you want, it's MIT licensed so you're 100% free to do whatever you want with it)
Hey, I don’t mind doing it in my own repository but considering you already have a C FFI in this repository, I thought it would be more consistent to have a Python one as well. If you’re worried about having Python code in the repository, worry not as Python bindings can be written in entirely Rust with PyO3 https://github.com/PyO3/pyo3
Happy to contribute, of course.
The text was updated successfully, but these errors were encountered: