guardian 1.2.0

Provides owned mutex guards for refcounted mutexes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "guardian"
version = "1.2.0"
edition = "2021"
rust-version = "1.56.0" # only really for edition
description = "Provides owned mutex guards for refcounted mutexes."
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

homepage = "https://github.com/jonhoo/guardian"
repository = "https://github.com/jonhoo/guardian.git"

keywords = ["locks","mutex","synchronization","rc"]
categories = ["concurrency"]

license = "MIT OR Apache-2.0"

[dependencies]