stateful_macro_rules 0.2.0

Generate macro_rules macros that have states.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 33.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 359.31 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • quark-zju/stateful_macro_rules
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • quark-zju

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.