mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-10 00:00:09 +02:00
987 B
987 B
0.4.4 (May 26, 2017)
- Add serde support behind feature flag
- Add
extend_from_sliceonBytesandBytesMut - Add
truncateandclearonBytes - Misc additional std trait implementations
- Misc performance improvements
0.4.3 (April 30, 2017)
- Fix Vec::advance_mut bug
- Bump minimum Rust version to 1.15
- Misc performance tweaks
0.4.2 (April 5, 2017)
- Misc performance tweaks
- Improved
Debugimplementation forBytes - Avoid some incorrect assert panics
0.4.1 (March 15, 2017)
- Expose
bufmodule and have most types available from there vs. root. - Implement
IntoBufforT: Buf. - Add
FromBufandBuf::collect. - Add iterator adapter for
Buf. - Add scatter/gather support to
BufandBufMut. - Add
Buf::chain. - Reduce allocations on repeated calls to
BytesMut::reserve. - Implement
Debugfor more types. - Remove
Sourcein favor ofIntoBuf. - Implement
ExtendforBytesMut.
0.4.0 (February 24, 2017)
- Initial release