Crate scuffle_future_ext

Source
Expand description

A crate that extends the Future trait with additional methods.

See the changelog for a full release history.

§Feature flags

  • docs — Enables changelog and documentation of feature flags

§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

Modules§

changelog
Changelogs generated by [scuffle_changelog]

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.