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