scuffle-future-ext 0.0.1

A utility crate for working with futures.
Documentation
# scuffle-future-ext

> [!WARNING]  
> This crate is under active development and may not be stable.

[![crates.io](https://img.shields.io/crates/v/scuffle-future-ext.svg)](https://crates.io/crates/scuffle-future-ext) [![docs.rs](https://img.shields.io/docsrs/scuffle-future-ext)](https://docs.rs/scuffle-future-ext)

---

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](./LICENSE.MIT) or [Apache-2.0](./LICENSE.Apache-2.0) license.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: MIT OR Apache-2.0`