[][src]Function cs::common_substrings

pub fn common_substrings<T: AsRef<str>>(strs: &[T]) -> Vec<String>

compute a vector of common substring among a slice of input substrings. The output is sorted lexicographically.