[][src]Module xi_rope::diff

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.