object_
store
0.10.2
Module delimited
Module Items
Functions
In crate object_
store
object_store
Module
delimited
Copy item path
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