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ยง