# Functions

AppendBase64 encodes data into a custom base64 encoding.
AppendBool takes a bool and returns its binary representation.
AppendFloat64 takes an float64 and returns its binary representation.
AppendInt64 takes an int64 and returns its binary representation.
AppendUint64 takes an uint64 and returns its binary representation.
DecodeBase64 decodes a custom base64 encoded byte slice, encoded with AppendBase64.
DecodeBool takes a byte slice and decodes it into a boolean.
DecodeFloat64 takes a byte slice and decodes it into an float64.
DecodeInt64 takes a byte slice and decodes it into an int64.
DecodeUint64 takes a byte slice and decodes it into a uint64.