0.3.0-alpha.14
Pre-release
Pre-release
·
982 commits
to master
since this release
0.3.0-alpha.14 - 2019-4-15
- Updated to new nightly
futures_api. - Changed
Forwardcombinator to drop sink after completion, and allow!UnpinSinks. - Added 0.1 <-> 0.3 compatability shim for
Sinks. - Changed
Sink::Itemto a generic parameterSink<Item>, allowingSinks to accept
multiple different types, including types containing references. - Changed
AsyncReadandAsyncWriteto takePin<&mut Self>rather than&mut self. - Added support for
no_std+allocuse. - Changed
joinandtry_joincombinators to functions. - Fixed propagation of
cfg-target-has-atomicfeature.