Structs§
- Compare
Bytes Exactly - Compares byte sequences literally.
- Compare
Bytes Ignore AllWhitespace - Compares byte sequences ignoring any whitespace occurrences.
- Compare
Bytes Ignore Whitespace Amount - Compares byte sequences ignoring changes in whitespace amount.
- Diff
- Takes any number of inputs and finds regions that are them same between all of them.
- Diff
Hunk - Hunk texts.
- Diff
Hunk Iterator - Iterator over matching and different texts.
- Diff
Hunk Range - Hunk ranges in bytes.
- Diff
Hunk Range Iterator - Iterator over matching and different ranges in bytes.
Enums§
Traits§
- Compare
Bytes - Compares byte sequences based on a certain equivalence property.
Functions§
- diff
- Diffs slices of bytes.
- find_
line_ ranges - find_
nonword_ ranges - find_
word_ ranges