tagged_dispatch_macros 0.2.1

Procedural macros for memory-efficient trait dispatch using tagged pointers
Documentation

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.