try_as_traits 0.1.0

Traits to ease using enums whose sole purpose is to enumerate a set of types.
Documentation
  • Coverage
  • 75%
    6 out of 8 items documented0 out of 7 items with examples
  • Size
  • Source code size: 3.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Nearoo/try_as
    2 2 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Nearoo

Contains the traits TryAsRef, TryAsMut and TypedContainer, used by the crate try_as to simplfy dealing with enums enumerating types.

See the the crate documentation for more information and documentation on how to use the traits.