enum const trait
Trait definitions for working with enums at compile time using macros.
Procedural derive macro for constant From trait implementations on enums based on repr type.
A type-safe hash-cons library.
Optional constness on stable Rust.
Derives for hierarchical enums: const variant enumeration, From conversions, and ancestor wrapping
enum const trait
Providing const values for enums. Unit and enums with associated types are supported. Each variant gets a unique sequential value.
A procedural macro that enhances fieldless enums with proper conversions between enum variants and their integer representation types
Async command line interface for bare-metal and std
Macros for Bareminal command line interface
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.