thread-lock 0.1.0

A wrapper that locks non-Send and non-Sync data to a specific thread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Aegrithas"]
categories = []
description = "A wrapper that locks non-Send and non-Sync data to a specific thread"
edition = "2021"
keywords = []
license = "MIT"
name = "thread-lock"
readme = "README.md"
repository = "https://github.com/Aegrithas/thread-lock"
version = "0.1.0"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs"]