v0.2.0
- Add support for readable byte streams (#6)
- Add
ReadableStream::(try_)get_byob_readerto acquire a BYOB reader. - Add
ReadableStream::from_async_readto turn anAsyncReadinto a readable byte stream. - Add
ReadableStream::(try_)into_async_readto turn a readable byte stream into anAsyncRead.
- Add
- Improve error handling and drop behavior of
ReadableStream::from_stream()