stream_generator 0.1.0

Allows to easily generate streams with async/await
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.5"

[dev-dependencies.tokio]
features = ["macros", "rt-core", "sync"]
version = "0.2.21"

[package]
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
categories = ["asynchronous"]
description = "Allows to easily generate streams with async/await"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "stream_generator"
repository = "https://github.com/Riateche/stream_generator"
version = "0.1.0"