| Crates.io | either-future |
| lib.rs | either-future |
| version | 2.0.0 |
| created_at | 2019-10-06 18:14:39.6499+00 |
| updated_at | 2025-08-12 09:14:12.582813+00 |
| description | An implementation of Future for Either |
| homepage | https://github.com/FSMaxB/rust-either-future |
| repository | https://github.com/FSMaxB/rust-either-future |
| max_upload_size | |
| id | 170420 |
| size | 11,601 |
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).