This package browser is in early development. Mind the rough edges.

rust-antidote 1.0.0

Poison-free Mutex and RwLock types

These types expose identical APIs to the standard library Mutex and RwLock except that they do not return PoisonErrors.

Installation

Install rust-antidote 1.0.0 as follows:

guix install rust-antidote@1.0.0

Or install the latest version:

guix install rust-antidote

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.