# Functions
GetReader returns a constructor that creates reader codecs.
GetWriter returns a codec writer.
NewReaderConfig creates a reader configuration with default values.
NewReaderDocs returns the field documentation for input codecs.
NewWriterDocs returns the field documentation for writer codecs.
# Structs
ReaderConfig is a general configuration struct that covers all reader codecs.
WriterConfig is a general configuration struct that covers all writer codecs.
# Interfaces
Reader is a codec type that reads message parts from a source.
# Type aliases
ReaderAckFn is a function provided to a reader codec that it should call once the underlying io.ReadCloser is fully consumed.
ReaderConstructor creates a reader from a filename, an io.ReadCloser and an ack func which is called by the reader once the io.ReadCloser is finished with.
SuffixFn is a function which should be called by codec writers to determine when a custom suffix must be emitted by the writer codec.