run-down 0.1.1

An implementation of run-down protection in rust.
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "bgianfo/rust-run-down"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.doc-comment]
version = "0.3.1"

[dependencies.lazy-init]
version = "0.3.0"

[dependencies.rsevents]
version = "0.2.0"

[dev-dependencies.pretty_assertions]
version = "0.6"

[package]
authors = ["Brian Gianforcaro <b.gianfo@gmail.com>"]
categories = ["concurrency", "memory-management"]
description = "An implementation of run-down protection in rust."
edition = "2018"
keywords = ["rundown", "protection", "synchronization", "reference-count"]
license = "MIT"
name = "run-down"
readme = "README.md"
repository = "https://github.com/bgianfo/rust-run-down"
version = "0.1.1"