pub fn lines<'a>(left: &'a str, right: &'a str) -> Vec<Result<&'a str>>
Computes the diff between the lines of two strings.