pub fn diff_words<'a>(old: &'a str, new: &'a str) -> InlineChangeset<'a>
Diff two strings by words (contiguous)