2 releases
0.1.1 | Sep 24, 2020 |
---|---|
0.1.0 | Sep 23, 2020 |
#14 in #abbreviation
7KB
125 lines
us-state-info-rs
United States Individual State Information []
A Rust implementation of the 2 letter state abbreviations for the USA.
Example
use us_state_info_rs::StateAbbr;
let iowa_state_abbr = StateAbbr::IA;
format!("{}", iowa_state_abbr);
CAUTION: This application is still in heavy development. Please use at your own risk.