Expand description
Procedural macros for the tagged_dispatch crate.
This crate provides the #[tagged_dispatch] attribute macro for both traits and enums,
enabling memory-efficient polymorphic dispatch using tagged pointers.
Attribute Macrosยง
- tagged_
dispatch - Attribute macro for traits that will be used with tagged dispatch.