v0.1.0
Welcome to go-aho-corasick, a wrapper around aho-corasick for Go.
The API matches that of petar-dambovaliev/aho-corasick but in the future may change as that is an unstable API.
This project is made possible by these notable dependencies that deserve many thanks:
- BurntSushi/aho-corasick - a high performance aho-corasick in Rust
- petar-dambovaliev/aho-corasick - a Go reimplementation of the above
- wazero - a Wasm runtime that allows us to avoid cgo
- TinyGo - a compiler to allow creating Wasm binaries using Go