Crate dmutil

Source
Expand description

A collection of macros to ease the creation of other macros.

Macrosยง

eager
Emulates eager expansion of macros.
eager_macro_rules
Declares an eager!-enabled macro.
reverse_tt
Reverses a stream of token trees (tt). eager!-enabled.