constptr 0.1.0

NonNull without mutability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "constptr"
version = "0.1.0"
edition = "2021"
authors = ["Christian Thäter <ct@pipapo.org>"]
description = "NonNull without mutability"
license = "MIT OR Apache-2.0"
repository = "https://git.pipapo.org/cehteh/constptr.git"
keywords = ["pointer", "nonnull", "const", "nostd"]
categories = ["rust-patterns"]

[dependencies]

[badges]
maintenance = { status = "actively-developed" }