-
hictor
用于 __attribute__((constructor))/__attribute__((destructor)) 的声明宏
-
dropcount
统计析构函数调用次数
-
scope-guard
RAII 范围保护器
-
drop-bin
延迟运行昂贵的析构函数
-
must_destroy
强制显式析构函数
-
ffi-destruct
为包含原始指针的 FFI 结构生成析构函数
-
leak
安全地从拥有数据结构中泄露数据
-
contructor-derive
注册在 main 之前/之后(如果可执行文件)或加载/卸载时(如果动态库)要调用的函数
-
companion-service
与您的可执行文件一起运行服务
-
nodrop
一个用于阻止 drop(析构函数)的包装类型。***已弃用:请改用 ManuallyDrop 或 MaybeUninit!***
-
ld_preload
轻松在Rust库中使用LD_PRELOAD
-
nodrop-union
阻止析构的包装类型。nodrop(未标记联合的实现,目前不稳定/需要nightly)的实现crate。***已弃用:…
尝试使用 DuckDuckGo 进行搜索。