statewatcher 0.1.0

A simple, shared state channel where readers are notified of updates, inspired by tokio::watch but for std
Documentation
[dependencies]

[features]
mutex = []

[lib]
name = "statewatcher"
path = "src/lib.rs"

[package]
authors = ["Skandrk <skandrk@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency"]
description = "A simple, shared state channel where readers are notified of updates, inspired by tokio::watch but for std"
documentation = "https://docs.rs/statewatcher"
edition = "2021"
homepage = "https://github.com/skandrk/state_watcher"
keywords = ["events", "reactive", "state", "watch", "observer"]
license = "MIT OR Apache-2.0"
name = "statewatcher"
readme = "README.md"
repository = "https://github.com/skandrk/state_watcher"
version = "0.1.0"

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

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