Zipcodes
Zipcodes copied to clipboard
RIIR
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
Might be relevant to your case https://github.com/BurntSushi/fst
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