object_store
0.10.2
Module delimited
Functions
In crate object_store
Module
object_store
::
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