# Functions
Float64 Codec handles float64 encoding.
Float64Decoder returns a decoder using the Float64 codec.
Float64Encoder creates a Encoder that encodes using the Float64 Codec.
Int64 Codec handles int64 encoding.
Int64Decoder returns a decoder using the Int64 codec.
Int64Encoder creates a Encoder that encodes using the Int64 codec.
JSON Codec handles JSON encoding.
JSONDecoder returns a decoder using the JSON codec.
JSONEncoder creates a Encoder that encodes using the JSON Codec.
NewDecoder creates a decoder using the given codec.
String encodes and decodes strings or byte slices into themselves.
StringDecoder returns a decoder using the String codec.
StringEncoder creates a Encoder that encodes using the String codec.