pattern_matches

Function pattern_matches 

Source
pub fn pattern_matches(bytes: &[u8], pattern: &Pattern) -> bool
Expand description

Determine whether a byte slice matches a pattern.