clear_on_drop
clear_on_drop copied to clipboard
Use core::arch instead of inline assembly?
core::arch will soon be available in stable Rust:
https://github.com/rust-lang/rust/pull/49664
Can one of the x86/x86_64 move instructions be used to provide a HideMemImpl so clear_on_drop will work on stable without the need for C code?