Skip to main content

Module cbor_compiler

Module cbor_compiler 

Source

Enums§

ParseError

Functions§

ingest_network_payload
The Strict Binary Gatekeeper for Qualia-DB network payloads. Explicitly rejects text-based semantic payloads and enforces binary CBOR-framed ingestion, with the intended semantic payload profile being CBOR-LD.
parse_cbor_ld_to_quin
A lightweight, no_std compatible loop to read variable-length integers from CBOR-LD. Maps the extracted dictionary tags directly into the 64-bit Lexicon registers without allocating a single String or Vec.