Crate binator_stream

source ·
Expand description

Structs§

  • Stream that will read grow as needed by reading into a Reader.
  • A stream that return Data from a Vec<u8> This can be used if you want give ownership of data to the stream. This allow to return Context that reference Span from Stream