Versions in this module Expand all Collapse all v0 v0.0.18 Dec 19, 2024 v0.0.17 Dec 1, 2024 v0.0.16 Nov 30, 2024 Changes in this version + func BinaryMarshaler[Enc encoding.BinaryMarshaler](sep []byte, seq iter.Seq[Enc]) io.Reader + func Reader[V any](marshaler func(V) ([]byte, error), seq iter.Seq[V]) io.Reader + func TextMarshaler[Enc encoding.TextMarshaler](sep []byte, seq iter.Seq[Enc]) io.Reader