Function diff

Source
pub fn diff(
    text1: &[String],
    text2: &[String],
    context_radius: usize,
) -> Result<Vec<String>>