Crate needle [] [src]

Reexports

pub use boyer_moore::BoyerMoore;

Modules

boyer_moore

Implementation of the Boyer-Moore search algorithm, currently confined to u8 arrays for input.

Structs

Horspool