CBOR (Concise Binary Object Representation) support for the Serde serialization framework.
# Cargo.toml
[dependencies]
serde_cbor = "0.11.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserialize a CBOR byte slice into a Rust struct using Serde.
Use `serde_cbor::to_vec` for serialization and `from_slice` for deserialization.
No dependency data recorded yet.