Module aho_corasick::packed::teddy::builder

source ยท

Modulesยง

Structsยง

  • Builder ๐Ÿ”’
    A builder for constructing a Teddy matcher.
  • Searcher ๐Ÿ”’
    A searcher that dispatches to one of several possible Teddy variants.

Traitsยง

  • SearcherT ๐Ÿ”’
    A trait that provides dynamic dispatch over the different possible Teddy variants on the same algorithm.