blob: acc3f4aa38384aa0a148edfd4404a49d4beb4e8f [file] [log] [blame]
name: "thread_local"
description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library's thread_local! macro which only allows static thread-local storage."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/thread_local"
}
url {
type: GIT
value: "https://github.com/Amanieu/thread_local-rs"
}
version: "1.0.1"
license_type: NOTICE
last_upgrade_date {
year: 2020
month: 3
day: 31
}
}