#linear-time #search-pattern #pattern-matching #search #knuth-morris-pratt

no-std kmp

Various functions using the Knuth–Morris–Pratt algorithm to efficiently find patterns

2 releases

0.1.1 Oct 24, 2019
0.1.0 Oct 23, 2019

#17 in #linear-time

Download history 241/week @ 2025-09-15 237/week @ 2025-09-22 355/week @ 2025-09-29 169/week @ 2025-10-06 271/week @ 2025-10-13 251/week @ 2025-10-20 225/week @ 2025-10-27 330/week @ 2025-11-03 285/week @ 2025-11-10 294/week @ 2025-11-17 223/week @ 2025-11-24 243/week @ 2025-12-01 311/week @ 2025-12-08 220/week @ 2025-12-15 274/week @ 2025-12-22 152/week @ 2025-12-29

984 downloads per month
Used in 2 crates

LGPL-3.0-or-later

20KB
343 lines

Knuth–Morris–Pratt

Various functions using the Knuth–Morris–Pratt algorithm to efficiently find patterns.

No runtime deps