diff_words

Function diff_words 

Source
pub fn diff_words<'a>(old: &'a str, new: &'a str) -> InlineChangeset<'a>
Expand description

Diff two strings by words (contiguous)