thread-locker 0.1.0

Thread locker library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "thread-locker"
version = "0.1.0"
description = "Thread locker library for Rust"
authors = ["Tux Ubuntu <tuxubuntu@pm.me>"]
keywords = ["thread", "lock", "rust"]
readme = "README.md"
include = ["src/**/*", "Cargo.toml"]
repository = "https://gitlab.com/tuxubuntu/thread-locker-rs"
documentation = "https://docs.rs/thread-locker/"
license = "MIT/Apache-2.0"

[dependencies]