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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thread_local = "1"

[badges]
maintenance = { status = "as-is" }