async-fn-stream 0.1.0

Lightweight implementation of `async-stream` without macros
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
description = "Lightweight implementation of `async-stream` without macros"
edition = "2021"
homepage = "https://github.com/dmitryvk/async-fn-stream"
keywords = ["async", "stream"]
license = "MIT"
name = "async-fn-stream"
repository = "https://github.com/dmitryvk/async-fn-stream"
resolver = "2"
version = "0.1.0"