-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to Rust & PyO3 #11
Comments
Non working port . Might start from here `use pyo3::prelude::; #[pyclass] #[pymethods]
} #[pymodinit]
}` |
Oh wow, thanks for your effort @gauravsaini This is indeed an excellent starting point :) |
This is just a tracker to port this to Rust and PyO3. I need to use this in Enola and as a result we can also use this in other languages that rust offers bindings to.
https://github.com/PyO3/pyo3
The text was updated successfully, but these errors were encountered: