Function bcmp::longest_common_substring [] [src]

pub fn longest_common_substring(first: &[u8],
                                second: &[u8],
                                algo_spec: AlgoSpec)
                                -> Match

Return the longest common substring between two byte slices.