Module approx_span

Module approx_span 

Source
Expand description

Recorder implementation finding the starts and approximate ends of all matches.

Faster than a full NodesRecorder, but the span may include trailing whitespace after the actual matched value.

Structsยง

ApproxSpanRecorder
Recorder that finds approximate MatchSpans, possibly including trailing whitespace after the actual match.