singly 0.1.0

Lightweight Non-Thread Safe Singleton
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.hashbrown]
version = "0.14.3"
[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["UnknownRori <68576836+UnknownRori@users.noreply.github.com>"]
description = "Lightweight Non-Thread Safe Singleton"
edition = "2021"
license = "MIT"
name = "singly"
readme = "README.md"
repository = "https://github.com/UnknownRori/singly"
version = "0.1.0"