Documentation
¶
Overview ¶
Package cbor provides utility functions for encoding and decoding CBOR data using default options.
This includes: - canonical encoding rules - using RFC3339 for time values - tagging of time values - big.Int values are converted to integers, if they fit
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDecoder ¶
DefaultDecoder returns a new decoder for the given reader.
func DefaultEncoder ¶
DefaultEncoder returns a new encoder for the given writer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.