KMPM
KMPM (Knuth-Morris-Pratt algorithm) library. KMPM is one of most effective Character query algorithm.
crate
Usage
Create new rust project.and add kmpm dependencies to Cargo.toml file.
Cargo.toml
[]
="0.1.1"
Code example
use kmpm_str;
//
// output >> matched index 6
//
// "hello world !"
// "world"
// ------^^^^^
// |
// #6