# Functions
MdsImexCodec returns the codec for metadata store exports / imports.
NewBase64Codec creates a new base 64 codec.
NewCborCodec creates a new streaming multicodec using the CBOR format.
No description provided by the author
No description provided by the author
NewGobCodec creates a new streaming multicodec using the encoding/gob format.
# Constants
Start value for custom CBOR tags.
# Structs
HashStringConverter marshals/unmarshals a hash.Hash object to/from a string.
IDConverter marshals/unmarshals a id.ID object to/from a byte array.
LinkConverter marshals/unmarshals a link.LinkObject to/from a map.
LinkStringConverter marshals/unmarshals a link.LinkObject to/from a string.
UTCConverter marshals/unmarshals a utc.UTC object to/from binary format of time.Time.