type_cell 0.3.2

Attach values statically to a type using static get/set methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.once_cell]
version = "1.18"

[dependencies.paste]
version = "1.0"

[package]
authors = ["Dekirisu <dekirisu@gmail.com>"]
categories = ["rust-patterns", "memory-management"]
description = "Attach values statically to a type using static get/set methods."
documentation = "https://docs.rs/type_cell"
edition = "2021"
keywords = ["macro", "static", "lazy"]
license = "MIT OR Apache-2.0"
name = "type_cell"
readme = "README.md"
repository = "https://github.com/dekirisu/type_cell"
version = "0.3.2"