Module delimited

Source
Expand description

Utility for streaming newline delimited files from object storage

Functionsยง

newline_delimited_stream
Given a Stream of Bytes returns a Stream where each yielded Bytes contains a whole number of new line delimited records accounting for \ style escapes and " quotes