us-state-info-rs

Crates.ious-state-info-rs
lib.rsus-state-info-rs
version0.1.1
sourcesrc
created_at2020-09-23 17:52:23.51756
updated_at2020-09-24 00:08:51.660312
descriptionA Rust implementation of the 2 letter state abbreviations for the USA
homepage
repositoryhttps://github.com/calvinbrown085/us-state-info-rs
max_upload_size
id292140
size17,417
Calvin Brown (calvinbrown085)

documentation

README

us-state-info-rs

United States Individual State Information [Docs] Apache-2 licensed CI

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.

Commit count: 8

cargo fmt