Expand description
APIs to serialize and write to NDJSON.
Structs§
- An iterator adapter that receives an implementer of
Write
and an implementer ofFallibleStreamingIterator
(such asSerializer
) and writes a valid NDJSON FallibleStreamingIterator
that serializes anArray
to bytes of valid NDJSON where every line is an element of the array.
Traits§
- A fallible, streaming iterator.