# Functions
No description provided by the author
Decode CBOR list data by the leading value of each list item.
Extract the first item from a CBOR list.
No description provided by the author
Determine the length of a CBOR list.
No description provided by the author
# Constants
Max value able to be stored in a single byte without type prefix.
No description provided by the author
No description provided by the author
No description provided by the author
Only the top 3 bytes are used to specify the type.
No description provided by the author
# Structs
Wrapper for bytestrings that allows them to be used as keys for a map.
No description provided by the author
Useful for embedding and easier to remember.
Helpful wrapper for parsing arbitrary CBOR data which may contain types that cannot be easily represented in Go (such as maps with bytestring keys).
# Interfaces
No description provided by the author
# Type aliases
Create an alias for RawMessage for convenience.