zip_codes 0.0.1

A lookup table for all primary U.S. ZIP codes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "zip_codes"
version = "0.0.1"
authors = ["Skyler Lipthay <skyler.lipthay@gmail.com>"]
description = "A lookup table for all primary U.S. ZIP codes."
readme = "README.md"
license = "MIT"
repository = "https://github.com/SkylerLipthay/zip_codes"
documentation = "http://skylerlipthay.github.io/zip_codes/doc/zip_codes/"
build = "build.rs"

[dependencies]
phf = "*"

[build-dependencies]
csv = "*"
phf_codegen = "*"
rustc-serialize = "*"