Zipcodes icon indicating copy to clipboard operation
Zipcodes copied to clipboard

RIIR

Open seanpianka opened this issue 3 years ago • 2 comments

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

seanpianka avatar Jul 22 '21 06:07 seanpianka

Might be relevant to your case https://github.com/BurntSushi/fst

non-descriptive avatar Jan 25 '23 19:01 non-descriptive

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 avatar Feb 21 '23 00:02 seanpianka