| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.3.32 source code.tar.gz | 2026-02-15 | 312.0 kB | |
| 0.3.32 source code.zip | 2026-02-15 | 515.8 kB | |
| README.md | 2026-02-15 | 762 Bytes | |
| Totals: 3 Items | 828.5 kB | 1 | |
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925) - Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929) - Add
FuturesOrdered::clear(#2927) - Add
mpsc::*Receiver::recv(#2947) - Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944) - Implement
FusedStreamforsink::With(#2948) - Add
no_stdsupport forshared(#2868) - Make
Mutex::new()const (#2956) - Add
#[clippy::has_significant_drop]to guards (#2967) - Remove dependency to
pin-utils(#2929) - Remove dependency on
num_cpus(#2946) - Performance improvements (#2983)
- Documentation improvements (#2925, [#2926], [#2940], [#2971])