Crate patternscanner

source ·
Expand description

This crate provides a simple API for searching for a pattern in an array of bytes as either single-threaded or multi-threaded. It supports matching on either a single pattern or all possible patterns.

Structs

Enums