We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inspiration: https://blog.yossarian.net/2020/08/02/Writing-and-publishing-a-python-module-in-rust
This would make this module natively accessible from Rust and Python.
Replacement deps: bzip2 decoder: https://github.com/paolobarbolini/bzip2-rs code distribution: https://github.com/PyO3/maturin#python-metadata
The text was updated successfully, but these errors were encountered:
Might be relevant to your case https://github.com/BurntSushi/fst
Sorry, something went wrong.
This new Rust implementation exists here: https://github.com/seanpianka/zipcodes-rs
However, it does not utilize Py03 for distributing the binary for Python, fst for zipcode storage, or have updated docs/examples yet
seanpianka
No branches or pull requests
Inspiration: https://blog.yossarian.net/2020/08/02/Writing-and-publishing-a-python-module-in-rust
This would make this module natively accessible from Rust and Python.
Replacement deps:
bzip2 decoder: https://github.com/paolobarbolini/bzip2-rs
code distribution: https://github.com/PyO3/maturin#python-metadata
The text was updated successfully, but these errors were encountered: