Thanks to visit codestin.com
Credit goes to lib.rs

#manually-drop

  1. maybe-dangling

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

    v0.1.2 500 #manually-drop #unsafe #dereferenceable #aliasing #dangling
  2. safe-manually-drop

    ManuallyDrop “owned field” pattern with no unsafe, no .unwrap()s, no macros

    v0.1.1 #manually-drop #unsafe #pattern #safe
  3. drop-with-owned-fields

    Safe and sound owned access to a struct’s fields in Drop: no more unsafe usage of ManuallyDrop!

    v0.1.2 #manually-drop #struct #sound #unsafe #owned
  4. SafeManuallyDrop

    A safe version of ManuallyDrop with various features and options to track undefined behavior when working with ManuallyDrop

    v1.0.3 #safemanuallydrop #undefined-behavior #manually-drop #clucompany #api-bindings
  5. bump-into

    a no_std bump allocator sourcing space from a user-provided slice

    v0.8.3 #bump-allocator #slice #embedded #user-provided #sourcing #manually-drop #stack-allocation #in-place #core-ptr
  6. drop-with-owned-fields-proc_macros

    Internal: proc-macro backend of ::drop_with_owned_fields

    v0.1.2 #manually-drop #struct #proc-macro #sound #owned
  7. replace-drop

    Run a custom drop for a type

    v0.2.1 #manually-drop #run #replace
  8. Try searching with DuckDuckGo.

  9. nodrop

    A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***

    v0.1.14 1.0M #deprecated #maybe-uninit #arrayvec #destructor #manually-drop #repr #inhibit
  10. 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:…

    v0.1.11 #deprecated #manually-drop #destructor #maybe-uninit #nodrop #untagged #inhibit