Crates.io | us-state-info-rs |
lib.rs | us-state-info-rs |
version | 0.1.1 |
source | src |
created_at | 2020-09-23 17:52:23.51756 |
updated_at | 2020-09-24 00:08:51.660312 |
description | A Rust implementation of the 2 letter state abbreviations for the USA |
homepage | |
repository | https://github.com/calvinbrown085/us-state-info-rs |
max_upload_size | |
id | 292140 |
size | 17,417 |
United States Individual State Information []
A Rust implementation of the 2 letter state abbreviations for the USA.
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.