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: