us-state-info-rs

United States Individual State Information

Apache-2 licensed 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.