semaphorus 0.1.0

Atomic semaphores
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
default = ["std"]
nightly = []
std = []

[package]
authors = ["Raspberry1111 <raspberry1111@duck.com>"]
description = "Atomic semaphores"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "semaphorus"
readme = "./README.md"
repository = "https://github.com/Raspberry1111/semaphorus"
resolver = "2"
version = "0.1.0"