Module aho_corasick::packed::pattern

source ยท

Structsยง

  • Pattern ๐Ÿ”’
    A pattern that is used in packed searching.
  • PatternIter ๐Ÿ”’
    An iterator over the patterns in the Patterns collection.
  • Patterns ๐Ÿ”’
    A non-empty collection of non-empty patterns to search for.

Functionsยง

  • is_equal_raw ๐Ÿ”’ โš 
    Compare n bytes at the given pointers for equality.
  • is_prefix ๐Ÿ”’
    Returns true if and only if needle is a prefix of haystack.