v2.0.0
- Breaking: Expose
future::{ready, pending}
fromcore
instead of defining
our own. (#73) - Breaking: The
TryZip
andZip
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)