maybe_static 0.1.3

Initialize a lazy static with params, create Meyer's singleton
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "maybe_static"
description="Initialize a lazy static with params, create Meyer's singleton"
version = "0.1.3"
edition = "2021"
license = "MIT"
authors = ["Adrien Zinger"]
repository = "https://github.com/adrien-zinger/maybe_static"
keywords = ["lazy", "static", "parameters", "singleton"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]