Skip to main content

Module reader

Module reader 

Source
Expand description

Cursor-based msgpack โ†’ serde_json::Value and nodedb_types::Value readers.

Deterministic raw byte parser โ€” the first byte of each msgpack value unambiguously identifies its type per the msgpack specification.

Functionsยง

json_from_msgpack
Deserialize a serde_json::Value from MessagePack bytes.
value_from_msgpack
Deserialize a nodedb_types::Value from standard MessagePack bytes.