frunk-enum-core 0.3.0

Implemenation of genericized enums for use with frunk
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 3 items with examples
  • Size
  • Source code size: 10.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Metaswitch/frunk-enum
    3 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bossmc

This crate augments the frunk crate with extra functionallity to allow transmogrification between enums with similar structures.

This crate specifically defines the data structures used in the generic representation of an enum, the frunk-enum-derive crate adds a proc-macro to auto-generate the per-type code needed to take advantage of this core function.