Expand description
Utility for streaming newline delimited files from object storage
Functionsยง
- newline_
delimited_ stream - Given a
Stream
ofBytes
returns aStream
where each yieldedBytes
contains a whole number of new line delimited records accounting for\
style escapes and"
quotes