# Functions
BinaryMarshaler is [Reader] where marshaler is [encoding.BinaryMarshaler.MarshalBinary].
Reader returns a reader which reads values from seq marshaled by marshaler.
TextMarshaler is [Reader] where marshaler is [encoding.TextMarshaler.MarshalText].