semrs 0.5.2

A pure rust implementation of semaphores.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "semrs"
version = "0.5.2"
edition = "2021"
description = "A pure rust implementation of semaphores."
license = "MIT"

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

[dependencies]