Easy enum wrapper that implements all traits that the wrapped objects implement
Proc macro to automatically generate enum based on method signatures (with appropriate helpers)
Traits for builtin enum items that are primarily used by `enum_traits_macros` when automatically deriving types
Procedural macros that adds functionality to enums by deriving traits from the crate `enum_traits`
Derive macros for dealing with enums. This adds derive macros to the `custom_enum_traits` package.
A set of traits for dealing with enums.
Helper crate for trait-enumizer
Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
A macro that allows creating an enum that acts similar to a trait object, but without using the heap.
Easily replace dynamic dispatch with an enum, for speed and serialization
A reexport dependency for the powerset-enum crate
A macro to simulate sigma types with enums.