stopper 0.2.8

an async stream and future stopper mechanism
Documentation
[dependencies.event-listener]
version = "5.3.1"

[dependencies.futures-lite]
version = "2.3.0"

[dependencies.pin-project-lite]
version = "0.2.14"
[dev-dependencies.test-harness]
version = "0.2.0"

[features]
loom = ["event-listener/loom", "dep:loom"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0

[package]
authors = ["Jacob Rothstein <hi@jbr.me>"]
description = "an async stream and future stopper mechanism"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "stopper"
readme = "README.md"
repository = "https://github.com/jbr/stopper"
version = "0.2.8"
[target."cfg(loom)".dependencies.loom]
features = ["futures", "checkpoint"]
optional = true
version = "0.7"