Expand description
Basic diff functions
Structs§
- Slice
Changeset - Container for slice diff result. Can be pretty-printed by Display trait.
Enums§
- DiffOp
- Single change in original slice needed to get new slice
Functions§
- diff
- Diffs any slices which implements PartialEq
- diff_
slice - Diff two arbitary slices with elements that support Display trait