United States Individual State Information
[]
[](./LICENSE)
A Rust implementation of the 2 letter state abbreviations for the USA.
``` use usstateinfo_rs::StateAbbr;
let iowastateabbr = StateAbbr::IA; format!("{}", iowastateabbr); ```
CAUTION: This application is still in heavy development. Please use at your own risk.