Skip to main content

Crate tagged_dispatch_macros

Crate tagged_dispatch_macros 

Source
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 and enums to enable tagged pointer dispatch.