singleton-registry 2.0.0

A thread-safe singleton registry for Rust with isolated, per-type storage
Documentation
[dependencies]

[dev-dependencies.serial_test]
version = "3.0"

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

[package]
authors = ["Dominik Jelinek <dominik.jelinek111@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency"]
description = "A thread-safe singleton registry for Rust with isolated, per-type storage"
documentation = "https://docs.rs/singleton-registry"
edition = "2021"
homepage = "https://github.com/dominikj111/singleton-registry"
keywords = ["singleton", "registry", "thread-safe", "storage", "isolated"]
license = "BSD-3-Clause"
name = "singleton-registry"
readme = "README.md"
repository = "https://github.com/dominikj111/singleton-registry"
rust-version = "1.80.0"
version = "2.0.0"

[[test]]
name = "advanced_patterns"
path = "tests/advanced_patterns.rs"

[[test]]
name = "mapping_closures_and_functions"
path = "tests/mapping_closures_and_functions.rs"

[[test]]
name = "mapping_primitives_and_strings"
path = "tests/mapping_primitives_and_strings.rs"

[[test]]
name = "mapping_traits"
path = "tests/mapping_traits.rs"

[[test]]
name = "registry_isolation"
path = "tests/registry_isolation.rs"

[[test]]
name = "tracing_and_events"
path = "tests/tracing_and_events.rs"

[[test]]
name = "without_macro"
path = "tests/without_macro.rs"