either-future

Crates.ioeither-future
lib.rseither-future
version2.0.0
created_at2019-10-06 18:14:39.6499+00
updated_at2025-08-12 09:14:12.582813+00
descriptionAn implementation of Future for Either.
homepagehttps://github.com/FSMaxB/rust-either-future
repositoryhttps://github.com/FSMaxB/rust-either-future
max_upload_size
id170420
size11,601
Max Bruckner (FSMaxB)

documentation

README

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

Commit count: 0

cargo fmt