v2.0.0
- Breaking: Expose
future::{ready, pending}fromcoreinstead of defining
our own. (#73) - Breaking: The
TryZipandZipcombinators 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_stdby providing your own seed. (#75)