abbreviation-trait 0.2.0

This crate provides the Abbreviation and TryFromAbbreviation traits, common in the north-america, europe, south-america, etc crates
Documentation
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;
}
```