thread_map 1.0.2

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
18
# thread_map

This library provides types that support thread-local values by associating `ThreadId`s to the values. It is a simple and easy-to-use alternative to the `std::thread_local` macro and the [`thread_local`](https://crates.io/crates/thread_local) crate.
It has no dependencies.

## Documentation

See the [API documentation](https://docs.rs/thread_map/latest/thread_map/) on docs.rs, which includes an overview and usage examples, and the source [repo](https://github.com/pvillela/rust-thread-map/tree/main).

## Support

Create a [new issue](https://github.com/pvillela/rust-thread-map/issues/new) on GitHub.

## License

This library is distributed under the terms of the MIT license, with copyright retained by the author.

See [LICENSE](https://github.com/pvillela/rust-thread-map/tree/main/LICENSE) for details.