Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
Generate pest-based parsers with enum_dispatch integration for static method dispatch
Declarative macro generating boilerplate for enum dispatch
Proc macro to derive enum dispatch trait implementations on miden-core structs
Provides a declarative macro, that matches an expression to any of the patterns and executes the same expression arm for any match.
Dispatch-on-collect for Rust enums
Macro builder for working with data types
Easily replace dynamic dispatch with an enum, for speed and serialization
A rockchip soc driver, contains cru, power manager, pinctrl.
Macro-based delegation for enums and structs.
Memory efficient trait dispatch using tagged pointers.
Match enum variants to #[handler] functions without boilerplate