aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 57db21ece4c423a3adf200b8501c2d6b62f684b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: ARCHIVE
    value: "https://static.crates.io/crates/thread_local/thread_local-1.0.1.crate"
  }
  version: "1.0.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 3
    day: 31
  }
}