Skip to main content

Module value_codec

Module value_codec 

Source
Expand description

Compatibility facade for the vector/B-tree persisted value codec.

Enums§

ValueCodecError
ValueFlag
One-byte tag stored alongside the encoded payload.

Functions§

decode
Decode a (flag, bytes) pair produced by encode.
encode
Encode input for storage. Returns the flag and stored bytes.
would_encode_to
Return the on-disk size encode would choose without returning the bytes.