reference-counted-singleton 0.1.1

Reference-counted singleton whose protected data can be recreated as needed
Documentation
[dependencies]
[dev-dependencies.assert_matches]
version = "1.5"

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

[package]
authors = ["Koutheir Attouchi <koutheir@gmail.com>"]
categories = ["algorithms", "memory-management", "concurrency", "data-structures", "development-tools::ffi"]
description = "Reference-counted singleton whose protected data can be recreated as needed"
documentation = "https://docs.rs/reference-counted-singleton"
edition = "2018"
keywords = ["static", "concurrency", "cross-platform", "data-structure", "cache"]
license = "MIT"
name = "reference-counted-singleton"
readme = "README.md"
repository = "https://github.com/koutheir/reference-counted-singleton"
version = "0.1.1"