const-enum-tools 0.2.0

Trait definitions for working with enums at compile time using macros.
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented0 out of 4 items with examples
  • Size
  • Source code size: 1.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TigerGold59

const-enum-tools

A crate with type definitions that allow for versatile operations on enums at compile time, including getting the count of variants and list of variant names.

const-enum-tools-derive can derive these traits for enums.