custom_enum_traits 0.2.0

A set of traits for dealing with enums.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 3.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • maxblee

custom_enum_traits

This is designed to become a set of traits designed to make it easier to work with enums. Currently, there is just one trait, though this may change. Ultimately, all of these traits are likely to be designed so they are derive-able. The library for deriving these traits is derive_custom_enum_traits.