Nom-tracable 0.1.1 released

I released nom-tracable: an extension of nom 5 to trace parser.
This is similar to nom-trace.
The main differences are below:

  • Custom attribute #[tracable_parser] can be apply to nom5's function style parser easily.
  • Dump or not can be chosen by feature. If feature is not specified, no overhead.
  • Success or fail of each parser is shown by color.

Output example is below:

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.