thread_map 1.0.0

Types that are simple and easy-to-use alternatives to the `std::thread_local` macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "thread_map"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Types that are simple and easy-to-use alternatives to the `std::thread_local` macro."
repository = "https://github.com/pvillela/rust-thread-map/tree/main"
documentation = "https://docs.rs/thread_map/latest/thread_map/"
readme = "README.md"
keywords = ["thread-local"]
categories = ["concurrency"]
exclude = ["benches/targets", "CHANGELOG.md", "*.sh", ".gitignore"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.docs.rs]
all-features = true