Comment on Perhaps Rust Needs "Defer"Comments−namjh1yAnyone who needs to handle FFI in Rust, should read the FFI chapter in Rustonomicon: https://doc.rust-lang.org/nomicon/ffi.htmlUnsafe Rust is indeed very hard to write correctly. Rustonomicon is a good start to learn unsafe Rust.
Comments
Anyone who needs to handle FFI in Rust, should read the FFI chapter in Rustonomicon: https://doc.rust-lang.org/nomicon/ffi.html
Unsafe Rust is indeed very hard to write correctly. Rustonomicon is a good start to learn unsafe Rust.