no_drop 0.2.3

A simple wrapper type that guards against a value being automatically dropped.
Documentation
[dependencies.derive_more]
features = ["as_ref", "deref", "deref_mut"]
version = "2.1.0"

[dependencies.sealed]
version = "0.6.0"

[dependencies.thiserror]
version = "2.0.17"

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

[package]
authors = ["Austin Stanley <MaxTMahem@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "memory-management"]
description = "A simple wrapper type that guards against a value being automatically dropped."
documentation = "https://MaxMahem.github.io/no_drop/index.html"
edition = "2021"
homepage = "https://github.com/MaxMahem/no_drop"
keywords = ["drop", "guard", "memory", "safety", "wrapper"]
license = "MIT OR Apache-2.0"
name = "no_drop"
readme = "README.md"
repository = "https://github.com/MaxMahem/no_drop"
version = "0.2.3"

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

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