Skip to content

Releases: openssh-rust/tokio-io-utility

v0.7.6

04 Apr 02:31
Compare
Choose a tag to compare

What's Changed

  • Fix bug in read_to_container_rng when upper bound is unspecified (#17 #18)

Full Changelog: 0.7.5...v0.7.6

0.7.5

30 Nov 13:07
Compare
Choose a tag to compare

What's Changed

  • Optimize write_all_bytes using vec::IntoIter and add unit tests for it (#14)
  • Accepts Writer: ?Sized in write_vectored_all (#15)
  • Optimize init_maybeuninit_io_slices_mut: Avoid dup monormophization (#16)

Full Changelog: 0.7.4...0.7.5

0.7.4

v0.7.3

03 Sep 10:22
Compare
Choose a tag to compare

What's Changed

  • FIx feature doc for read_to_bytes_until_end by @NobodyXu in #11

Full Changelog: v0.7.2...v0.7.3

v0.7.2

03 Sep 10:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

22 Aug 09:06
Compare
Choose a tag to compare

Update README.md.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Aug 09:00
Compare
Choose a tag to compare

What's Changed

  • Remove MpscBytesQueue.
  • Add new trait Container and read_to_container_rng.
  • Various bug fix and perf optimization.
  • Simplify implementation

Full Changelog: v0.6.7...v0.7.0