Module prettydiff::basic[][src]

Expand description

Basic diff functions

Structs

Container for slice diff result. Can be pretty-printed by Display trait.

Enums

Single change in original slice needed to get new slice

Functions

Diffs any slices which implements PartialEq

Diff two arbitary slices with elements that support Display trait