Skip to content

0.3.8

Compare
Choose a tag to compare
@taiki-e taiki-e released this 09 Nov 18:21
· 368 commits to master since this release
  • Switch proc-macros to use native #[proc_macro] at Rust 1.45+ (#2243)
  • Add WeakShared (#2169)
  • Add TryStreamExt::try_buffered (#2245)
  • Add StreamExt::cycle (#2252)
  • Implemented Clone for stream::{Empty, Pending, Repeat, Iter} (#2248, #2252)
  • Fix panic in some TryStreamExt combinators (#2250)