Skip to main content

Module decoder

Module decoder 

Source
Expand description

Decoder for the Crous binary format.

Provides both zero-copy CrousValue<'a> decoding (borrows from the input) and owned Value decoding. The decoder validates checksums, enforces limits, and supports skipping unknown wire types for forward compatibility.

Structsยง

Decoder
Decoder that reads Crous binary data and produces values.