# Packages
No description provided by the author
# Interfaces
Codec can create Encoder(s) and Decoder(s) with provided io.Reader/io.Writer.
Decoder is responsible for data decoding.
Encoder is responsible for data encoding.
Registry represents any kind of codec registry, thus it can be global registry or a custom list of codecs that is supposed to be used for a particular case.
# Type aliases
DecoderFunc is a wrapper that allows using regular function as Decoder interface.
EncoderFunc is a wrapper that allows using regular function as Encoder interface.