Expand description
§stateful_macro_rules
stateful_macro_rules makes it easier to write macro_rules with states.
It is especially useful where the macro_rule needs to take a list of
inputs with various patterns.
Refer to stateful_macro_rules for
the documentation of the main macro.
Macros§
- stateful_
macro_ rules - Generate
macro_rules!macros that have states.