Module wasmbus_rpc::cbor

source ·
Expand description

cbor encoder and decoder

This module wraps the underlying cbor implementation (currently minicbor) so that third parties do not need to have any additional dependencies, and to give us freedom to change the implementation in the future.

Structs

Enums

  • CBOR data types.

Traits

Functions