os-sync 0.3.1

Simple synchronization primitives based on OS semaphore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Douman <douman@gmx.se>"]
description = "Simple synchronization primitives based on OS semaphore"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["sync", "semaphore"]
license = "BSL-1.0"
name = "os-sync"
readme = "README.md"
repository = "https://github.com/DoumanAsh/os-sync"
version = "0.3.1"
[target."cfg(unix)".dependencies.error-code]
version = "1"

[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0.2"