sstadick/bstr
Ziglang bstr library
A collection of functions for working with byte strings in Zig. Much of it is ported from the Go standard library. Currently there is no support for simd operations, but those will be added a support comes along.
Search: https://golang.org/src/strings/search.go General: https://golang.org/src/strings/strings.go Optimized Native: https://golang.org/src/internal/bytealg/index_native.go Rust: https://github.com/BurntSushi/bstr
Other Zig work: https://github.com/clownpriest/strings/blob/master/src/strings.zig
Also look into burntsushi's bstr library