perthread 0.1.3

Provides ThreadMap structure for accessing PerThread thread local variables form a static context
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"

[[package]]
name = "perthread"
version = "0.1.3"
dependencies = [
 "once_cell",
]