streamtools 0.3.0

Additional stream combinators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "streamtools"
version = "0.3.0"
edition = "2021"
authors = ["extremeandy"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/extremeandy/streamtools"
description = "Additional stream combinators"
readme = "README.md"

[dependencies]
futures = "0.3.26"
pin-project-lite = "0.2.9"
parking_lot = "0.12.1"

[dev-dependencies]
tokio = { version = "1.25.0", features = ["rt-multi-thread", "sync", "macros"] }
tokio-stream = { version = "0.1.11", features = ["sync"] }