Module bytes

Source
Expand description

Contains the traits [seqbytes::bytes::SeqByteReader] and [seqbytes::bytes::ESeqByteReader]

Traitsยง

ESeqByteReader
Represents a sequential byte reader which can read bytes with a specified endianness. Can be used on types that implement Read + Seek
SeqByteReader
Represents a sequential byte reader which can read bytes. Can be used on types that implement Read + Seek.