zipcodes 0.1.0

Query US zipcodes without SQLite
Documentation
[dependencies.bzip2]
version = "0.4"

[dependencies.debug_print]
version = "1.0.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0.35"

[lib]
crate-type = ["cdylib"]

[package]
categories = ["text-processing", "data-structures", "development-tools"]
description = "Query US zipcodes without SQLite"
edition = "2018"
homepage = "https://github.com/seanpianka/zipcodes-rs"
keywords = ["zipcode", "us", "state", "filter", "sqlite"]
license = "MIT OR Apache-2.0"
name = "zipcodes"
readme = "README.md"
repository = "https://github.com/seanpianka/zipcodes-rs"
version = "0.1.0"
[package.metadata.maturin]
classifier = ["Programming Language :: Rust", "Operating System :: POSIX :: Linux"]