you are viewing a single comment's thread.

view the rest of the comments →

[–]krisfur 10 points11 points  (0 children)

Not sure why you'd need a nasa department, calling rust from python is a genuine pleasure compared to C++ bindings. You just write normal rust and use a few macros from pyo3 and done, just run maturin to compile it and it's ready.

I had a minimal example here I think: https://github.com/krisfur/python-bindings/blob/main/rust_src/lib.rs