seanpianka / Zipcodes

A simple library for querying U.S. zipcodes.
MIT License
78 stars 15 forks source link

RIIR #18

Open seanpianka opened 3 years ago

seanpianka commented 3 years ago

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

non-descriptive commented 1 year ago

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

seanpianka commented 1 year ago

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