Struct aho_corasick::Sparse
[-] [+]
[src]
pub struct Sparse(_);
State transitions that are always sparse.
This can use enormous amounts of memory when there are many patterns, but matching is very fast.
pub struct Sparse(_);
State transitions that are always sparse.
This can use enormous amounts of memory when there are many patterns, but matching is very fast.
impl Transitions for Sparsefn new(_: u32) -> Sparsefn goto(&self, b: u8) -> StateIdxfn set_goto(&mut self, b: u8, si: StateIdx)impl Debug for Sparseimpl Clone for Sparsefn clone(&self) -> Sparsefn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).