perthread 0.1.2

Provides helpers for accessing threadlocal variables in static context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dev-dependencies.lazy_static]
version = "1.0"

[package]
authors = ["Facebook", "Daniel Xu <dlxu@fb.com>"]
description = "Provides helpers for accessing threadlocal variables in static context"
edition = "2018"
homepage = "https://github.com/facebookexperimental/rust-shed"
include = ["src/**/*.rs", "LICENSE-*"]
keywords = ["threadlocal"]
license = "MIT OR Apache-2.0"
name = "perthread"
repository = "https://github.com/danobi/rust-shed"
version = "0.1.2"