pinned_sync 0.0.1

This crate implements pinned synchronization primitives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cfg-if]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["nicbn"]
description = "This crate implements pinned synchronization primitives."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "pinned_sync"
readme = "README.md"
repository = "https://github.com/nicbn/pinned-sync"
version = "0.0.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"