Skip to main content

Module strategy

Module strategy 

Source
Expand description

Grouping axes and per-axis strategies (§5 and §7’s result.axes[]).

Axis describes one level of grouping: a field path, the strategy applied to that field, and whether the strategy was auto-picked. Strategy is the tagged enum of strategies the public surface recognizes today, including the explicit algorithmic similarity strategies from §5.4.

Structs§

Axis
One axis of grouping (§5, §7 result.axes[]).

Enums§

SimilarAlgorithm
Algorithm used by Strategy::Similar.
Strategy
Strategy applied to one axis.