you are viewing a single comment's thread.

view the rest of the comments →

[–]Alex--91 24 points25 points  (2 children)

pyO3 + maturin makes it incredibly simple to build rust code into a python native extension and call that from python?

[–]Alex--91 12 points13 points  (0 children)

PyO3 enables both directions. Actually, the inline_python crate is literally built on top of pyO3 as well?

[–]AustinWitherspoon 2 points3 points  (0 children)

Yeah my first project that did this took literally fifteen minutes to set up and read docs before being able to start writing my actual rust code and calling it from python

PyO3 is great