<center>
# future-fn
[](https://crates.io/crates/future-fn)
[](https://img.shields.io/crates/d/future-fn.svg)
[](https://docs.rs/future-fn)
[](https://github.com/crates-dev/future-fn/actions?query=workflow:Rust)
[](./LICENSE)
</center>
[Official Documentation](https://docs.ltpp.vip/future-fn/)
> 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:
```sh
cargo add future-fn
```
## License
This project is licensed under the MIT License. See the [LICENSE](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](mailto:root@ltpp.vip).