[go: up one dir, main page]

thread_local 1.1.6

Per-object thread-local storage
Documentation
[[bench]]
harness = false
name = "thread_local"
[badges.travis-ci]
repository = "Amanieu/thread_local-rs"
[dependencies.cfg-if]
version = "1.0.0"

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

[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"
version = "1.1.6"