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
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.
Derive macros for pathmod
A proc-macro for deriving inner field accessor functions on enums.
A proc-macro for deriving inner field accessor functions on enums.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Macro for easy access to common fields of enums
Generate getters, mutable getters, setters, and copy accessors for structs and enums
Proc-macro derive to generate keypath methods using rust-keypaths (static dispatch)
Generate getters, mutable getters, setters, and copy accessors for structs and enums