[][src]Module prettydiff::basic

Basic diff functions

Structs

SliceChangeset

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