An open API service indexing awesome lists of open source software.

https://github.com/fsmaxb/rust-either-future

An implementation of Future for Either<impl Future, impl Future>.
https://github.com/fsmaxb/rust-either-future

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

          

either-future
=============

`EitherFuture` is a `no_std` implementation of `Future` for `Either`.

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