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