Crates.io | poison |
lib.rs | poison |
version | 0.1.0 |
source | src |
created_at | 2016-02-16 06:31:27.031112 |
updated_at | 2016-02-16 06:31:27.031112 |
description | Utilities for writing poisoned types. |
homepage | |
repository | https://github.com/reem/rust-poison.git |
max_upload_size | |
id | 4190 |
size | 7,911 |
Utilities for writing poisoned types.
Provides the Poison
and RawPoison
types for use when implementing
structures such as shareable locks that should use poisoning to
warn other threads about panicking while holding a guard, which can
leave data in an invalid state.
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
poison = "0.1"
Jonathan Reem is the primary author and maintainer of poison.
MIT