#shorthand #reuse #traitw

abbreviation-trait

This crate provides the Abbreviation trait, common in the north-america, europe, south-america, etc crates

1 unstable release

new 0.1.0 Dec 19, 2024

#20 in #shorthand

MIT license

2KB

This crate provides the Abbreviation trait, common in the north-america, europe, south-america, etc crates

pub trait Abbreviation {
    fn abbreviation(&self) -> &'static str;
}

No runtime deps