us-state-info-rs

United States Individual State Information [![Docs](https://docs.rs/us-state-info-rs/badge.svg)] [![Apache-2 licensed](https://img.shields.io/crates/l/us-state-info-rs.svg)](./LICENSE) CI

A Rust implementation of the 2 letter state abbreviations for the USA.

Example

``` use usstateinfo_rs::StateAbbr;

let iowastateabbr = StateAbbr::IA; format!("{}", iowastateabbr); ```

CAUTION: This application is still in heavy development. Please use at your own risk.