Skip to main content

Crate facet_cbor

Crate facet_cbor 

Source

Enums§

CborError
Errors that can occur during CBOR serialization or deserialization.

Functions§

from_slice
Deserialize a CBOR byte slice into a value of type T.
serialize_peek
Serialize a Peek value to CBOR, appending to out.
to_vec
Serialize any Facet type to CBOR bytes.