Function diff::lines

source ·
pub fn lines<'a>(left: &'a str, right: &'a str) -> Vec<Result<&'a str>>
Expand description

Computes the diff between the lines of two strings.