Crate cbor

source ·
Expand description

CBOR (RFC 7049) encoder and decoder implementations.

Re-exports§

Modules§

  • CBOR (RFC 7049) decoder implementation supporting the following features:
  • CBOR (RFC 7049) encoder implementation.
  • Skip trait to allow efficient skipping of consecutive bytes.
  • ReadSlice trait to allow efficient reading of slices without copying.
  • CBOR types and tags definitions.
  • This module defines the generic Value AST as well as several other types to represent CBOR values. A Cursor can be used to deconstruct and traverse a Value.