usps 0.1.0

Implementation of the USPS Postal Address standards
Documentation
## usps rust   ![Build] ![Crate]

[build]: https://github.com/nkconnor/usps/workflows/build/badge.svg
[crate]: https://img.shields.io/crates/v/usps

**rust-usps** is an implementation of the [USPS postal addressing standards](https://pe.usps.com/text/pub28/welcome.htm) for the [Rust](http://rust-lang.org/) programming language.

### Quick Start

```toml
[dependencies]
usps = "0.1"
```

### License

Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `rust-usps` by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

License: MIT OR Apache-2.0