poison-guard 0.1.0

Utilities for maintaining sane state in the presence of panics and failures.
Documentation
[package]
name = "poison-guard"
version = "0.1.0"
authors = ["Ashley Mannix <kodraus@hey.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
description = "Utilities for maintaining sane state in the presence of panics and failures."
documentation = "https://docs.rs/poison-guard"
keywords = ["poison", "guard"]
categories = ["rust-patterns"]

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.parking_lot]
version = "0.1"

[dev-dependencies.trybuild]
version = "1"

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