either-future 2.0.0

An implementation of Future for Either<impl Future, impl Future>.
Documentation

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).