simple-semaphore 0.2.0

🔐 A lightweight implementation of a Semaphore in Rust
Documentation
[dependencies.num_cpus]
version = "1.16.0"

[[example]]
name = "main"
path = "examples/main.rs"

[lib]
name = "simple_semaphore"
path = "src/lib.rs"

[package]
authors = ["Krypton <root@krypton.ninja>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "🔐 A lightweight implementation of a Semaphore in Rust"
documentation = "https://docs.rs/simple-semaphore"
edition = "2021"
include = ["/Cargo.toml", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/LICENSE.md", "/README.md", "/SECURITY.md", "/examples/**", "/src/**"]
keywords = ["algorithm", "twitter"]
license = "MIT"
name = "simple-semaphore"
readme = "README.md"
repository = "https://github.com/kkrypt0nn/simple-semaphore"
version = "0.2.0"