thread-locker 0.1.0

Thread locker library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Tux Ubuntu <tuxubuntu@pm.me>"]
description = "Thread locker library for Rust"
documentation = "https://docs.rs/thread-locker/"
include = ["src/**/*", "Cargo.toml"]
keywords = ["thread", "lock", "rust"]
license = "MIT/Apache-2.0"
name = "thread-locker"
readme = "README.md"
repository = "https://gitlab.com/tuxubuntu/thread-locker-rs"
version = "0.1.0"