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

[dev-dependencies]
lazy_static = "1.0"