# Flows.rs
[](https://unlicense.org)
[](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/)
[](https://crates.io/crates/flows)
[](https://docs.rs/flows)
Building blocks for flow-based programming (FBP) in Rust.
🚧 _We are building in public. This is presently under heavy construction._
## 🛠️ Prerequisites
- [Rust](https://rust-lang.org) 1.85+ (2024 edition)
## ⬇️ Installation
### Installation via Cargo
```bash
cargo add flows
```
## 👉 Examples
### Importing the library
```rust
use flows::*;
```
## 📚 Reference
[docs.rs/flows](https://docs.rs/flows)
## 👨💻 Development
```bash
git clone https://github.com/artob/flows.rs.git
```
---
[](https://x.com/intent/post?url=https://github.com/artob/flows.rs&text=Flows.rs)
[](https://reddit.com/submit?url=https://github.com/artob/flows.rs&title=Flows.rs)
[](https://news.ycombinator.com/submitlink?u=https://github.com/artob/flows.rs&t=Flows.rs)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/artob/flows.rs)
[](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/artob/flows.rs)