patternscanner
A high performance pattern scanner for bytes.
This pattern scanner supports both single-threaded as well as multi-threaded scanning. Additionally, it is possible to include a wildcard ? in the pattern.
Installation
Add this crate as a dependency to your Cargo.toml file.
[]
= "0.5.0"
Example
use PatternScannerBuilder;
License
Contributing
Contributions are welcome.