-
maybe-dangling
ManuallyDrop<T>andMaybeDangling<T>semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336 -
safe-manually-drop
ManuallyDrop“owned field” pattern with nounsafe, no.unwrap()s, no macros -
drop-with-owned-fields
Safe and sound owned access to a
struct’s fields inDrop: no moreunsafeusage ofManuallyDrop! -
SafeManuallyDrop
A safe version of ManuallyDrop with various features and options to track undefined behavior when working with ManuallyDrop
-
bump-into
a no_std bump allocator sourcing space from a user-provided slice
-
drop-with-owned-fields-proc_macros
Internal: proc-macro backend of ::drop_with_owned_fields
-
replace-drop
Run a custom drop for a type
-
nodrop
A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
-
nodrop-union
wrapper type to inhibit drop (destructor). Implementation crate for nodrop, the untagged unions implementation (which is unstable / requires nightly) as of this writing. ***Deprecated:…
Try searching with DuckDuckGo.