threadalone 0.1.0

Make any value Send + Sync but only available on its original thread. Don't use on multi-threaded environments!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
doc-scrape-examples = false

[package]
authors = ["Junghyun Nam <hyun@cro.sh>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["concurrency", "rust-patterns"]
description = "Make any value Send + Sync but only available on its original thread. Don't use on multi-threaded environments!"
documentation = "https://docs.rs/threadalone"
edition = "2018"
keywords = ["sync"]
license = "MIT OR Apache-2.0"
name = "threadalone"
readme = "README.md"
repository = "https://github.com/cr0sh/threadalone"
rust-version = "1.31"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]