Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/mem/union.MaybeUninit.html MaybeUninit in std::mem - Rust A wrapper type to construct uninitialized instances of `T`. std mem rust https://doc.rust-lang.org/std/mem/index.html std::mem - Rust Basic functions for dealing with memory. std mem rust https://doc.rust-lang.org/std/mem/struct.DropGuard.html DropGuard in std::mem - Rust Wrap a value and run a closure when dropped. std mem rust https://doc.rust-lang.org/std/mem/fn.replace.html replace in std::mem - Rust Moves `src` into the referenced `dest`, returning the previous `dest` value. std mem rustreplace https://doc.rust-lang.org/std/mem/struct.ManuallyDrop.html ManuallyDrop in std::mem - Rust A wrapper to inhibit the compiler from automatically calling `T`’s destructor. This wrapper is 0-cost. std mem rust