Implementation of some string-search algorithms in zig. Compatible with zig 0.16.0.
Important
This library was renamed from string-searching, now using an underscore
Ported from the implementation in the Go standard library: strings/search.go.
Inspired by the code on the Wikipedia article.