# Functions
Decode a record from its record attribute set.
Encode a record into a record attribute set so that it can be sent over the vanflow protocol.
MustRegisterRecord registers a record type for Encoding/Decoding panics if the type is not compatible, or if the codepoint or type has already been registered.
# Constants
ErrAttributeNotSet can be returned from a RecordAttributeEncoder when the field should not be set.
# Interfaces
RecordAttributeDecoder is implemented by record attribute types that can handle their own decoding.
RecordAttributeEncoder is implemented by record attribute types to overwrite the default encoding behavior.
# Type aliases
No description provided by the author