ziglibs/string-searching
String(not limited to []const u8)-searching algorithms in zig
Implementation of some string-search algorithms in zig. Compatible with zig 0.13.0.
Ported from the implementation in the Go standard library: strings/search.go.
Inspired by the code on the Wikipedia article.