Skip to main content

Module codec

Module codec 

Source
Expand description

CBOR codec implementation for schema-based serialization.

Structsยง

CborCodec
CBOR codec for schema-based serialization and deserialization.
CborCodecSettings
Configuration for CBOR codec behavior.
CborDeserializer
CBOR deserializer that implements the ShapeDeserializer trait.
CborSerializer
CBOR serializer that implements the ShapeSerializer trait.