File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- # 0.6.0 (unreleased )
1+ # 0.6.0 (October 21, 2020 )
22
3+ API polish in preparation for a 1.0 release.
34
5+ ### Changed
6+ - ` BufMut ` is now an ` unsafe ` trait (#432 ).
7+ - ` BufMut::bytes_mut() ` returns ` &mut UninitSlice ` , a type owned by ` bytes ` to
8+ avoid undefined behavior (#433 ).
9+ - ` Buf::copy_to_bytes(len) ` replaces ` Buf::into_bytes() ` (#439 ).
10+ - ` Buf ` /` BufMut ` utility methods are moved onto the trait and ` *Ext ` traits are
11+ removed (#431 ).
12+
13+ ### Removed
14+ - ` BufMut::bytes_vectored_mut() ` (#430 ).
15+ - ` new ` methods on combinator types (#434 ).
416
517# 0.5.6 (July 13, 2020)
618
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ readme = "README.md"
1919keywords = [" buffers" , " zero-copy" , " io" ]
2020categories = [" network-programming" , " data-structures" ]
2121edition = " 2018"
22- publish = false
2322
2423[features ]
2524default = [" std" ]
You can’t perform that action at this time.
0 commit comments