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>.
- Host: GitHub
- URL: https://github.com/fsmaxb/rust-either-future
- Owner: FSMaxB
- License: isc
- Created: 2019-10-06T12:17:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T07:07:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T17:22:55.613Z (over 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.txt
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).