top | item 39056478 (no title) buzzdenver | 2 years ago Can somebody eli5 how this works, or point me to some description? Let's say I'm pip installing it. How does the rust code turn into something that python can call? discuss order hn newest steveklabnik|2 years ago It’s the same thing as when Python calls out to a module written in C.In this case they’re using https://crates.io/crates/pyo3 to make the process easier.
steveklabnik|2 years ago It’s the same thing as when Python calls out to a module written in C.In this case they’re using https://crates.io/crates/pyo3 to make the process easier.
steveklabnik|2 years ago
In this case they’re using https://crates.io/crates/pyo3 to make the process easier.