Skip to content

v0.2.0

Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 22 Jun 19:56
  • Add support for readable byte streams (#6)
    • Add ReadableStream::(try_)get_byob_reader to acquire a BYOB reader.
    • Add ReadableStream::from_async_read to turn an AsyncRead into a readable byte stream.
    • Add ReadableStream::(try_)into_async_read to turn a readable byte stream into an AsyncRead.
  • Improve error handling and drop behavior of ReadableStream::from_stream()