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.

Trait Implementations

impl Clone for Dense
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dense
[src]

Formats the value using the given formatter.

impl Transitions for Dense
[src]

Return a new state at the given depth.

Return the next state index given the next character.

Set the next state index for the character given.

The memory use in bytes (on the heap) of this set of transitions.