easylazy 0.2.0

Easy lazy initialization of variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Eric Evans <CireSnave@gmail.com>"]
categories = ["algorithms", "caching", "data-structures", "no-std"]
description = "Easy lazy initialization of variables"
documentation = "https://github.com/ciresnave/easylazy"
edition = "2021"
homepage = "https://github.com/ciresnave/easylazy"
keywords = ["initialization", "lazy"]
license = "MIT"
name = "easylazy"
readme = "README.md"
repository = "https://github.com/ciresnave/easylazy"
rust-version = "1.58.1"
version = "0.2.0"