Crate hexspec

Source
Expand description

A library/language for testing hex based byte buffers

Structs§

HexSpec
A Spec describing what bytes should be in a buffer
Region
A sub range of a HexSpec which is given a name
Regions
An Iterator over regions of a HexSpec
ValidationError
An error when validating a spec

Enums§

Discrepancy
Embodies a difference of the expectation of the byte buffer and what is actually there
LoadError
An error describing how loading a HexSpec can go wrong