sync_2 1.0.0

A little crate providing a Rust implemented Mutex and RwLock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[badges.maintenance]
status = "as-is"
[dependencies.thread_local]
version = "1"

[package]
authors = ["Dang <zeroed32@protonmail.com>"]
description = "A little crate providing a Rust implemented Mutex and RwLock."
edition = "2018"
license = "Unlicense"
name = "sync_2"
readme = "README.md"
version = "1.0.0"