thread_local 1.0.1

Per-object thread-local storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[badges.travis-ci]
repository = "Amanieu/thread_local-rs"
[dependencies.lazy_static]
version = "1.0"

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Per-object thread-local storage"
documentation = "https://amanieu.github.io/thread_local-rs/thread_local/index.html"
keywords = ["thread_local", "concurrent", "thread"]
license = "Apache-2.0/MIT"
name = "thread_local"
readme = "README.md"
repository = "https://github.com/Amanieu/thread_local-rs"
version = "1.0.1"