[][src]Module prettydiff::text

Utils for diff text

Structs

InlineChangeset

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

LineChangeset

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

Functions

diff_chars
diff_lines
diff_words

Diff two strings by words (contiguous)

split_words

Split string by non-alphanumeric characters keeping delemiters