async-change-tracker 0.2.0

reactive change notifications using futures
Documentation
[dependencies.futures]
version = "0.3.1"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.9"

[package]
authors = ["Andrew Straw <strawman@astraw.com>"]
categories = ["asynchronous", "data-structures"]
description = "reactive change notifications using futures"
documentation = "https://docs.rs/async-change-tracker/"
edition = "2018"
keywords = ["futures", "reactive", "notify", "change", "watch"]
license = "MIT/Apache-2.0"
name = "async-change-tracker"
readme = "README.md"
repository = "https://github.com/astraw/async-change-tracker"
version = "0.2.0"