You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add python bindings, starting with a single data structure and input type. Hashing should be done in Rust. Think about if C bindings and FFI (like milksnake) or direct bindings (like pyo3) would be better.
The text was updated successfully, but these errors were encountered:
C bindings with FFI make it reusable in other languages too (any that supports FFI). pyo3 will probably be faster because it integrates deeper into CPython, but your code will be Python specific...
(sorry for showing up uninvited, but I'm doing some stuff with Rust and Python and thought the feedback would be useful)
Add python bindings, starting with a single data structure and input type. Hashing should be done in Rust. Think about if C bindings and FFI (like milksnake) or direct bindings (like pyo3) would be better.
The text was updated successfully, but these errors were encountered: