Accessing a Rust .so library from Python #8428
billferrett69
started this conversation in
General
Replies: 2 comments
|
try |
0 replies
|
https://github.com/PyO3/pyo3 is going to be your new best frenemy. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have written a library in Rust and want to access the API from Python. All the return values are JSON strings.
All reactions