coroflow 0.1.1

Composable coroutine utilities and flow abstractions built on top of Rust's async ecosystem
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.pin-project]
version = "1.1"

[dependencies.rs_coroutine_core]
version = "0.1.1"

[dependencies.tokio]
features = ["full"]
version = "1.35"

[lib]
name = "coroflow"
path = "src/lib.rs"
proc-macro = false

[package]
authors = ["rs-coroutine contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Composable coroutine utilities and flow abstractions built on top of Rust's async ecosystem"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "coroflow"
readme = "README.md"
repository = "https://github.com/samoylenkodmitry/rs-coroutine-rs-flow"
version = "0.1.1"

[[test]]
name = "flow_operators"
path = "tests/flow_operators.rs"

[[test]]
name = "terminal_usage"
path = "tests/terminal_usage.rs"