state 0.5.3

A library for safe and effortless global and thread-local state management.
Documentation
[dependencies]
[dev-dependencies.static_assertions]
version = "1.1.0"

[features]
tls = []

[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A library for safe and effortless global and thread-local state management.\n"
documentation = "https://docs.rs/state/0.5.3"
edition = "2018"
keywords = ["static", "tls", "state", "thread-local", "global"]
license = "MIT/Apache-2.0"
name = "state"
readme = "README.md"
repository = "https://github.com/SergioBenitez/state"
version = "0.5.3"
[package.metadata.docs.rs]
all-features = true
[profile.bench]
lto = true
opt-level = 3

[profile.release]
lto = true
opt-level = 3
[target."cfg(loom)".dependencies.loom]
features = ["checkpoint"]
version = "0.5"