slazy 0.1.0

A simple, small, no-std, macro-based lazy static library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Brian3647 <vicmdv@duck.com>"]
description = "A simple, small, no-std, macro-based lazy static library for Rust."
edition = "2021"
include = ["README.md", "LICENSE", "Cargo.toml", "src/lib.rs"]
license = "MIT"
name = "slazy"
readme = "README.md"
repository = "https://github.com/Brian3647/slazy"
version = "0.1.0"