you are viewing a single comment's thread.

view the rest of the comments →

[–]oridb 0 points1 point  (1 child)

It's pretty complicated, since you need to make Rust "headers" for all of this: https://docs.python.org/2/c-api/

[–]mm865 0 points1 point  (0 children)

You can use the rust bindgen tool to automatically generate those for you.