shared_singleton 0.2.1

The shared_singleton trait provides singleton pattern state management with shared container.
Documentation
[dependencies.tokio]
default-features = false
features = ["sync"]
optional = true
version = "1"
[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1"

[features]
tokio = ["dep:tokio"]

[package]
authors = ["Kanichi Uegaki <kan1.921017@gmail.com>"]
description = "The shared_singleton trait provides singleton pattern state management with shared container."
documentation = "https://docs.rs/shared_singleton"
edition = "2021"
homepage = "https://github.com/kan1-u/shared_singleton"
keywords = ["shared", "singleton", "container"]
license = "MIT"
name = "shared_singleton"
readme = "README.md"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]