Skip to main content

decode_datoms

Function decode_datoms 

Source
pub fn decode_datoms(
    bytes: &[u8],
    interner: &mut KeywordInterner,
) -> Result<Vec<Datom>, CodecError>
Expand description

Decodes a datom list, interning keyword names into interner.

ยงErrors

Returns CodecError for malformed input.