stateful_macro_rules 0.2.0

Generate macro_rules macros that have states.
Documentation

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.