1 2 3 4 5 6 7 8
This crate provides the Abbreviation trait, common in the north-america, europe, south-america, etc crates ```rust pub trait Abbreviation { fn abbreviation(&self) -> &'static str; } ```