Module object_store::delimited

source ·
Expand description

Utility for streaming newline delimited files from object storage

Functions

  • 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