thread_local 1.1.8

Per-object thread-local storage
Documentation
[[bench]]
harness = false
name = "thread_local"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.once_cell]
version = "1.5.2"
[dev-dependencies.criterion]
version = "0.5.1"

[features]
nightly = []

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