package
0.0.18
Repository: https://github.com/ngicks/go-iterator-helper.git
Documentation: pkg.go.dev

# 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].