Struct aho_corasick::Dense
[-] [+]
[src]
pub struct Dense(_);
State transitions that can be stored either sparsely or densely.
This uses less space but at the expense of slower matching.
pub struct Dense(_);
State transitions that can be stored either sparsely or densely.
This uses less space but at the expense of slower matching.
impl Transitions for Dense
fn new(depth: u32) -> Dense
fn goto(&self, b1: u8) -> StateIdx
fn set_goto(&mut self, b: u8, si: StateIdx)
impl Debug for Dense
impl Clone for Dense
fn clone(&self) -> Dense
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
).