# async-flow
[](https://unlicense.org)
[](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/)
[](https://crates.io/crates/async-flow)
[](https://docs.rs/async-flow/)
🚧 _We are building in public. This is presently under heavy construction._
## ✨ Features
- Supports opting out of any feature using comprehensive feature flags.
- Adheres to the Rust API Guidelines in its [naming conventions].
- 100% free and unencumbered public domain software.
## 🛠️ Prerequisites
- [Rust](https://rust-lang.org) 1.85+ (2024 edition)
## ⬇️ Installation
### Installation via Cargo
```bash
cargo add async-flow
```
## 👉 Examples
### Importing the Library
```rust
use async_flow::*;
```
## 👨💻 Development
```bash
git clone https://github.com/dryrust/async-flow.git
```
---
[](https://x.com/intent/post?url=https://github.com/dryrust/async-flow&text=async-flow)
[](https://reddit.com/submit?url=https://github.com/dryrust/async-flow&title=async-flow)
[](https://news.ycombinator.com/submitlink?u=https://github.com/dryrust/async-flow&t=async-flow)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/dryrust/async-flow)
[](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/dryrust/async-flow)
[naming conventions]: https://rust-lang.github.io/api-guidelines/naming.html