Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python bindings #44

Open
crepererum opened this issue Oct 26, 2018 · 1 comment
Open

Python bindings #44

crepererum opened this issue Oct 26, 2018 · 1 comment
Labels

Comments

@crepererum
Copy link
Member

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.

@luizirber
Copy link

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)

Also, great lib!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants