poison-guard 0.1.0

Utilities for maintaining sane state in the presence of panics and failures.
Documentation
[dev-dependencies.anyhow]
version = "1"

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

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

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

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

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