us-state-info
United States Individual State Information
[]
A Rust implementation of the state names & abbreviations for the USA
Usage
Basic Usage
use State;
Serde Serialization and Deserialization
With Serde support enabled, you can serialize and deserialize states. By default, states are serialized to their full names. If you enable the serde_abbreviation
feature, they will be serialized to their abbreviations instead.
use json;
use State;