thread_map

Crates.iothread_map
lib.rsthread_map
version
sourcesrc
created_at2024-12-29 15:57:36.860637
updated_at2025-02-05 19:30:58.405921
descriptionTypes that are simple and easy-to-use alternatives to the `std::thread_local` macro.
homepage
repositoryhttps://github.com/pvillela/rust-thread-map/tree/main
max_upload_size
id1498314
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Paulo Villela (pvillela)

documentation

https://docs.rs/thread_map/latest/thread_map/

README

thread_map

This library provides types that support thread-local values by associating ThreadIds to the values. It is a simple and easy-to-use alternative to the std::thread_local macro and the thread_local crate. It has no dependencies.

Documentation

See the API documentation on docs.rs, which includes an overview and usage examples, and the source repo.

Support

Create a new issue on GitHub.

License

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

See LICENSE for details.

Commit count: 0

cargo fmt