ndd 0.2.3

Non De-Duplicated cell. For statics guaranteed not to share memory with any other static/const.
Documentation
[lib]
name = "ndd"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
level = "forbid"
priority = 0

[package]
authors = ["Peter Lyons Kehl<peter.kehl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "no-std", "no-std::no-alloc", "rust-patterns"]
description = "Non De-Duplicated cell. For statics guaranteed not to share memory with any other static/const."
edition = "2024"
homepage = "https://github.com/peter-lyons-kehl/ndd"
keywords = ["data-structures", "initialization", "multi-threading", "no-std", "once"]
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
name = "ndd"
readme = "README.md"
repository = "https://github.com/peter-lyons-kehl/ndd"
rust-version = "1.86"
version = "0.2.3"