binread

Module punctuated

Source
Expand description

A module for Punctuated<T, P>, a series of items to parse of type T separated by punction of type P.

Structs§

  • A type for seperated data. Since parsing for this type is ambiguous, you must manually specify a parser using the parse_with attribute.