A macro for deriving immutable and mutable accessors for enum structs
derive macros to generate is_*, as_* and as_*_mut accessors for enum variants
Custom derive for automatically generating the accessor methods for Enums
Macro for easy access to common fields of enums
Derive macro SortBy and helper macros EnumAccessor and EnumSequence, deriving traits `Ord`, `PartialOrd`, `Eq`, `PartialEq` and `Hash` for structs and enums that can't automatically derive from those traits.
A proc-macro for deriving inner field accessor functions on enums.
Declarative macros for enum-based heterogeneous field accessors.
Derive macros for pathmod
Generates types to work with bit-aligned fields.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
A proc-macro for deriving inner field accessor functions on enums.
A macro library to help defining enum variants by their differences
Simple enum fields for ActiveRecord
ActiveRecord plugin to efficienty store enumerated fields.