tagged_cell 0.1.3

Fast, initializable, and thread safe static variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["David Schwarz <dsdavidschwarz@gmail.com>"]
categories = ["rust-patterns", "memory-management"]
description = "Fast, initializable, and thread safe static variables"
documentation = "https://docs.rs/tagged_cell"
edition = "2021"
keywords = ["lazy", "static", "tag", "zst", "macro"]
license = "MIT OR Apache-2.0"
name = "tagged_cell"
readme = "README.md"
repository = "https://github.com/dasch0/tagged_cell"
resolver = "2"
version = "0.1.3"