raw_sync 0.1.2

Lightweight wrapper around OS synchronization primitives
Documentation
[dependencies.cfg-if]
version = "0.*"
[dev-dependencies.env_logger]
version = "0.*"

[dev-dependencies.log]
version = "0.*"

[package]
authors = ["elast0ny <elast0ny00@gmail.com>"]
categories = ["os::unix-apis", "os::windows-apis", "concurrency"]
description = "Lightweight wrapper around OS synchronization primitives"
documentation = "https://docs.rs/raw_sync"
edition = "2018"
keywords = ["shmem", "shared", "memory", "inter-process", "process"]
license = "MIT OR Apache-2.0"
name = "raw_sync"
readme = "README.md"
repository = "https://github.com/elast0ny/raw_sync-rs"
version = "0.1.2"
[target."cfg(unix)".dependencies.libc]
version = "0.*"

[target."cfg(unix)".dependencies.nix]
version = "0.*"
[target."cfg(windows)".dependencies.rand]
version = "0.*"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "winerror", "ntdef", "synchapi", "handleapi"]
version = "0.*"