atomic-state 0.1.5

This library provides a static asynchronous data that can be accessed safely and concurrently from any part of your program
Documentation
[dependencies.arc-swap]
version = "1.8.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[[example]]
name = "test_flag"
path = "examples/test_flag.rs"

[[example]]
name = "test_state"
path = "examples/test_state.rs"

[lib]
name = "atomic_state"
path = "src/lib.rs"

[package]
authors = ["Bulat Sh. <t.me/fuderis>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "This library provides a static asynchronous data that can be accessed safely and concurrently from any part of your program"
edition = "2024"
keywords = ["async", "static", "flag", "state"]
license = "MIT"
name = "atomic-state"
readme = "README.md"
repository = "https://github.com/fuderis/rs-atomic-state"
version = "0.1.5"