Crate vectorscan_rs

Source
Expand description

Vectorscan is a fork of Hyperscan that supports additional platforms. To understand how to use this library, it may be helpful to look at the documentation for the Hyperscan C bindings.

Structs§

BlockDatabase
A database that supports Vectorscan’s block-based matching APIs
BlockScanner
A scanner that supports Vectorscan’s block-based matching APIs
Flag
Pattern
ScanMode
Scratch
Stream
StreamScanner
StreamingDatabase
A database that supports Vectorscan’s streaming matching APIs
StreamingScanner
A scanner that supports Vectorscan’s streaming matching APIs

Enums§

Error
Hyperscan Error Codes
HyperscanErrorCode
Scan
The result returned by a scan callback

Traits§

AsResult