abbreviation-trait 0.3.0

This crate provides the Abbreviation and TryFromAbbreviation traits, common in the north-america, europe, south-america, etc crates
Documentation
  • Coverage
  • 50%
    4 out of 8 items documented0 out of 5 items with examples
  • Size
  • Source code size: 2.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • klebs6/klebs-general
    19 2 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • klebs6

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

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