# Functions
DecodeFunc returns a Decoder implemented via a function.
EncodeFunc creates an Encoder instance from a provided function.
NewDecodeAssembler creates a new DecodeAssembler instance.
NewDecoderGroup creates a new DecoderGroup.
NewEncodeAssembler creates a new EncodeAssembler instance.
NewEncoderGroup creates a new EncoderGroup.
# Variables
No description provided by the author
No description provided by the author
# Structs
DecodeAssembler compiles and executes decoders for a specific target type.
DecoderGroup manages a group of decoders.
EncodeAssembler compiles and executes encoders for a specific source type.
EncoderGroup manages a group of encoders.
# Interfaces
DecodeCompiler compiles a decoder for a given type.
Decoder is an interface for decoding data.
EncodeCompiler compiles an encoder for a given type.
Encoder is an interface for encoding data.
# Type aliases
DecodeCompilerFunc is a function type that implements DecodeCompiler.
EncodeCompilerFunc is a function type that implements EncodeCompiler.