Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 15:39
· 25 commits to master since this release
v2.0.0
c8551a3
  • Breaking: Expose future::{ready, pending} from core instead of defining
    our own. (#73)
  • Breaking: The TryZip and Zip combinators are modified to have a cleaner
    API, where generic constraints are not necessary on the structure itself at the
    cost of additional generics. (#74)
  • Add a way to use racey futures on no_std by providing your own seed. (#75)