Crate bparse

source ·
Expand description

A library for matching patterns in byte slices

Modules

Structs

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