Crate codeq

Source

Modules§

error_context_ext
testing

Structs§

ChecksumReader
A reader that calculates the crc32 checksum of the data read from it.
ChecksumWriter
A writer that calculates the crc32 checksum of the data written to it.
Offset
OffsetReader
OffsetWriter
Segment
Describe a segment with offset and size.
Size
WithChecksum
A encoding helper that appends a checksum to the end of the encoded data.

Traits§

Codec
Decode
Encode
FixedSize
Trait for types that can be encoded with a known, fixed size.
OffsetSize
A trait for types that span a range with an offset and size
Span
A trait for types that span a range with an offset and size