flows 0.0.1

Building blocks for flow-based programming (FBP) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "async-flow"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6de4b7089b918e901b6e778beee3aa9de3a76ce2b977aea0934330e99600942f"

[[package]]
name = "flows"
version = "0.0.1"
dependencies = [
 "async-flow",
]