Expand description
Utils for diff text
Structs§
- Context
Config - Inline
Changeset - Container for inline text diff result. Can be pretty-printed by Display trait.
- Line
Changeset - Container for line-by-line text diff result. Can be pretty-printed by Display trait.
- String
Split Iter
Functions§
- collect_
strings - diff_
chars - diff_
lines - diff_
words - Diff two strings by words (contiguous)
- split_
by_ char_ fn - Split string by clousure (Fn(char)->bool) keeping delemiters
- split_
words - Split string by non-alphanumeric characters keeping delemiters