futures-rs v0.3.17 Release Notes
Release Date: 2021-08-30 // 9 months ago-
- ๐ Use
FuturesOrdered
injoin_all
(#2412) - โ Add
{future, stream}::poll_immediate
(#2452) - โ Add
stream_select!
macro (#2262) - 0๏ธโฃ Implement
Default
forOptionFuture
(#2471) - ๐ Add
Peekable::{peek_mut, poll_peek_mut}
(#2488) - โ Add
BufReader::seek_relative
(#2489)
- ๐ Use
Previous changes from v0.3.16
-
- โ Add
TryStreamExt::try_chunks
(#2438) - โ Add
StreamExt::{all, any}
(#2460) - Add
stream::select_with_strategy
(#2450) - Update to new
io_slice_advance
interface (#2454)
- โ Add