Expand description
A library for matching patterns in byte slices
Modules
- Implementations of the
BytePatterntrait for recognizing common patterns
Structs
- See
BytePattern::not - See
BytePattern::or
Traits
- Expresses that the implementing type can be used to match a byte slice
- Trait used to specify start and end bounds for pattern repetitions