zhou88qiao / gohs

GoLang Binding of HyperScan https://www.hyperscan.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gohs travis

GoLang Binding of Intel's HyperScan regex matching library: https://www.hyperscan.io/

API Reference

Build

Note: gohs will use Hyperscan v5 API by default, you can also build for Hyperscan v4 with hyperscan_v4 tag.

$ go get -u -tags hyperscan_v4 github.com/flier/gohs/hyperscan

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Futures by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

GoLang Binding of HyperScan https://www.hyperscan.io/

License:Apache License 2.0


Languages

Language:Go 100.0%