nom-tracable
is an extension of nom to trace parser.
Examples
The following example show a quick example.
use *;
use IResult;
use LocatedSpan;
use ;
// Input type must implement trait Tracable
// nom_locate::LocatedSpan<T, TracableInfo> implements it.
type Span<'a> = ;
// Apply tracable_parser by custom attribute