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 Sparse
fn new(_: u32) -> Sparse
fn goto(&self, b: u8) -> StateIdx
fn set_goto(&mut self, b: u8, si: StateIdx)
impl Debug for Sparse
impl Clone for Sparse
fn clone(&self) -> Sparse
fn 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
).