Skip to content

buf-list 1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 19:45
· 13 commits to main since this release

Added

  • BufList now implements Extend<B: Buf>. This means you can now collect a stream of Bytes, or other Buf chunks, directly into a BufList via StreamExt::collect.

Changed

  • push_chunk now has a type parameter B: Buf rather than impl Buf.