Module scm_bisect::basic
source · Expand description
Basic search strategies; see BasicStrategyKind
.
Structs§
- A set of basic search strategies defined by
BasicStrategyKind
.
Enums§
- The possible strategies for searching the graph.
Traits§
- Implementation of
Graph
that represents the common case of a directed acyclic graph in source control. You can implement this trait instead ofGraph
(as there is a blanket implementation forGraph
) and also make use ofBasicStrategy
.