maybe-dangling 0.1.0

`ManuallyDrop<T>` and `MaybeDangling<T>` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336
Documentation
[dependencies]

[dev-dependencies]

[features]
better-docs = []
default = []
docs-rs = ["better-docs"]
nightly-dropck_eyepatch = []
ui-tests = ["better-docs"]

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "`ManuallyDrop<T>` and `MaybeDangling<T>` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336"
documentation = "https://docs.rs/maybe-dangling"
edition = "2021"
keywords = ["unsafe", "dangling", "aliasing", "dereferenceable", "manuallydrop"]
license = "Zlib OR MIT OR Apache-2.0"
name = "maybe-dangling"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/maybe-dangling.rs"
rust-version = "1.65.0"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["docs-rs"]
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]