Crate scuffle_future_ext

Source
Expand description

A crate that extends the Future trait with additional methods.

§Status

This crate is currently under development and is not yet stable.

Unit tests are not yet fully implemented. Use at your own risk.

§License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0

Traits§

FutureExt
The FutureExt trait is a trait that provides a more ergonomic way to extend futures with additional functionality. Similar to the IteratorExt trait from the itertools crate, but for futures.