either-future 2.0.0

An implementation of Future for Either<impl Future, impl Future>.
Documentation
1
2
3
4
5
6
either-future
=============

`EitherFuture` is a	`no_std` implementation of `Future<Output = Either<Left, Right>` for `Either<LeftFuture, RightFuture>`.

The minimum supported rust version (MSRV) is 1.36.0 (the version where `core::future::Future` was stabilized).