Module libipld_cbor::cbor

source ·
Expand description

CBOR helper types for encoding and decoding.

Structs§

  • Represents a major “byte”. This includes both the major bits and the additional info.

Enums§

Constants§

  • The major “byte” indicating that a 16 bit float follows.
  • The major “byte” indicating that a 32 bit float follows.
  • The major “byte” indicating that a 64 bit float follows.
  • The constant TRUE.
  • The constant NULL.
  • The constant FALSE.