Module diff
Expand description
Computing deltas between two ropes.
Structs§
- Diff
Builder - Keeps track of copy ops during diff construction.
- Line
Hash Diff - A line-oriented, hash based diff algorithm.
Traits§
- Diff
- A trait implemented by various diffing strategies.