difft::diff

Module graph

Source
Expand description

A graph representation for computing tree diffs.

StructsΒ§

  • Vertex πŸ”’
    A vertex in a directed acyclic graph that represents a diff.

EnumsΒ§

  • Edge πŸ”’
    An edge in our graph, with an associated cost.
  • EnteredDelimiter πŸ”’
    Tracks entering syntax List nodes.

FunctionsΒ§