[package]
edition = "2024"
name = "myhandle"
version = "0.1.2"
authors = ["yulong zhao <zylthinking@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A smart pointer that allows early drop of `T`"
documentation = "https://docs.rs/myhandle/"
readme = "README.md"
keywords = [
"smart-pointer",
"concurrency",
"memory-management",
"early-drop",
"myhandle",
]
license = "Apache-2.0 OR MIT"
[lib]
name = "myhandle"
path = "src/lib.rs"
[dependencies]