//! A Rust CBOR-LD 1.0 processor.
//!
//! The implementation follows the W3C CBOR-LD 1.0 tag structure
//! `51997([registryEntryId, payload])` and uses [`cbor2::Value`] as the
//! dynamic JSON-LD / CBOR-LD data model. Registry entry `0` is encoded without
//! semantic compression; all other registry IDs use the default CBOR-LD
//! semantic compression algorithms with caller-provided registry type tables.
pub use CBOR_LD_TAG;
pub use ;
pub use ;
pub use ;