singleton-registry 2.0.0

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

[dependencies]

[dev-dependencies]
serial_test = "3.0"