Skip to main content

Module codec

Module codec 

Source
Expand description

Dependency-free binary codecs for store-owned values that must cross crate boundaries.

lora-wal and lora-snapshot own their container formats, but the byte shape for core store types belongs here so catalog DDL, property values, and snapshot index metadata do not drift apart.

Enums§

StoreCodecError

Functions§

decode_constraint_definitions
decode_constraint_request
decode_index_definitions
decode_index_request
decode_property_value
encode_constraint_definitions
encode_constraint_request
encode_index_definitions
encode_index_request
encode_property_value