Skip to main content

Module refiners

Module refiners 

Source
Expand description

Refiner infrastructure and implementations

Structs§

ForwardDateRefiner
Refiner that pushes ambiguous calendar dates into the future when needed.
MergeDateRangeRefiner
Refiner that converts adjacent date matches into a range result.
MergeDateTimeRefiner
Refiner that combines adjacent date-only and time-only matches.
MergeWeekdayDateRefiner
Refiner that merges weekday matches with adjacent explicit dates.
OverlapRemovalRefiner
Refiner that removes overlapping matches and prefers the longest span.

Traits§

Refiner
Trait for post-processing parser output.