Expand description
APIs to serialize and write to NDJSON.
Structs§
- File
Writer - An iterator adapter that receives an implementer of
Writeand an implementer ofFallibleStreamingIterator(such asSerializer) and writes a valid NDJSON - Serializer
FallibleStreamingIteratorthat serializes anArrayto bytes of valid NDJSON where every line is an element of the array.
Traits§
- Fallible
Streaming Iterator - A fallible, streaming iterator.