[dependencies]
[lib]
name = "nonnull_mut"
path = "src/lib.rs"
[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
description = "NonNull<T>, but T is invariant like *mut T"
edition = "2021"
keywords = ["no_std", "nonnull", "invariant", "mut", "pointer"]
license = "MIT"
name = "nonnull-mut"
readme = "README.md"
repository = "https://github.com/A4-Tacks/nonnull-mut-rs"
version = "0.1.0"