Skip to content

v1.3.0

Compare
Choose a tag to compare
@brunocodutra brunocodutra released this 04 Jul 20:23
· 150 commits to master since this release

🚀 What's New

  • #41 Reducer doesn't require 'static bound anymore.
    • A default implementation of Reducer for &mut T is now provided.
  • #42, #51 Default implementations of Reactor for Option and mpsc::Sender are now deprecated in preparation for v2.0 release.