31
Changing the rules of Rust
(without.boats)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
True. But an ffi biding API leaking resources (memory or otherwise) is a bug in that binding. This holds true for any RAII-using language, including C++. I don't think faulty
Drop
implementations have anything to do with the subjects covered by the article!