semka 2.0.0

Semaphore implementation
Documentation
[package]
name = "semka"
version = "2.0.0"
authors = ["Douman <douman@gmx.se>"]
edition = "2018"
description = "Semaphore implementation"
readme = "README.md"
repository = "https://github.com/DoumanAsh/semka"
license = "BSL-1.0"
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md"
]
keywords = ["sync", "semaphore"]
categories = ["concurrency", "no-std"]

[target.'cfg(unix)'.dependencies.libc]
version = "0.2"
default-features = false

[target.'cfg(unix)'.dependencies]
error-code = "2"