Modules§
Structs§
- Binary
Matcher - The
BinaryMatcheris responsible for searching a BinaryPattern within a MatchTarget. - Borrowed
Binary Pattern - An implementation of the BinaryPattern interface that borrows the Atoms and byte sequence array.
- Heap
Stack - Owned
Binary Pattern - An implementation of the BinaryPattern interface that allocates a
Vecfor the Atoms and the byte sequence. - Static
Stack
Enums§
Traits§
- Binary
Pattern - A binary pattern is a structure used in matching processes and consists of two main components:
- Match
Target - A trait for targets that can be matched against a binary pattern.
- Stack