Skip to content

FSMaxB/rust-either-future

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages