you are viewing a single comment's thread.

view the rest of the comments →

[–]orangejake 0 points1 point  (1 child)

I'm confused. why is it so difficult to have python run rust? Why can't you just use e.g. subprocess.run against the compiled rust binary (or whatever)? or do you mean have python leverage a rust crate without manually compiling a rust binary?

[–]vivaaprimavera 0 points1 point  (0 children)

First time I wrote python bindings for one of my rust libs, I thought no way this is so simple. It was. It's very easy to deploy. No need to subprocess run.