future-fn

Crates.iofuture-fn
lib.rsfuture-fn
version0.3.14
created_at2025-05-05 23:04:58.003868+00
updated_at2026-01-25 01:42:06.375136+00
descriptionA Rust library providing macros to simplify the creation of asynchronous closures with external state captured by move. Useful for structuring asynchronous code with ease and clarity.
homepage
repositoryhttps://github.com/crates-dev/future-fn
max_upload_size
id1661692
size15,547
尤雨东 (eastspire)

documentation

README

future-fn

Official Documentation

Api Docs

A Rust library providing macros to simplify the creation of asynchronous closures with external state captured by move. Useful for structuring asynchronous code with ease and clarity.

Installation

To install future-fn run cmd:

cargo add future-fn

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at root@ltpp.vip.

Commit count: 47

cargo fmt