constptr 0.3.0

NonNull without mutability
[badges.maintenance]
status = "actively-developed"

[dependencies]

[features]
default = ["std"]
std = []

[lib]
name = "constptr"
path = "src/lib.rs"

[package]
authors = ["Christian Thäter <ct@pipapo.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "NonNull without mutability"
edition = "2021"
keywords = ["pointer", "nonnull", "const", "nostd"]
license = "MIT OR Apache-2.0"
name = "constptr"
readme = "README.md"
repository = "https://git.pipapo.org/cehteh/constptr.git"
rust-version = "1.84.1"
version = "0.3.0"

[[test]]
name = "constptr"
path = "tests/constptr.rs"