Skip to main content

Module diff

Module diff 

Expand description

Computing deltas between two ropes.

Structs§

DiffBuilder
Keeps track of copy ops during diff construction.
LineHashDiff
A line-oriented, hash based diff algorithm.

Traits§

Diff
A trait implemented by various diffing strategies.