ndd 0.2.7

Non De-Duplicated cell. For statics guaranteed not to share memory with any other static/const.
Documentation
[package]
name = "ndd"
version = "0.2.7"
edition = "2024"

license = "BSD-2-Clause OR Apache-2.0 OR MIT"

# - Borrowing a pointer-based reference &*ptr is const only since Rust 1.86.
rust-version = "1.86"

authors = ["Peter Lyons Kehl<peter.kehl@gmail.com>"]
description = "Non De-Duplicated cell. For statics guaranteed not to share memory with any other static/const."

categories = ["concurrency", "data-structures", "no-std", "no-std::no-alloc", "rust-patterns"]

keywords = ["data-structures", "initialization", "multi-threading", "no-std", "once"]

repository = "https://github.com/peter-lyons-kehl/ndd"
homepage = "https://github.com/peter-lyons-kehl/ndd"

[lints.rust]
unexpected_cfgs = { level = "forbid"}