Read the Code
Deep dives into the guts of various pieces of software.
-
2024
-
Dec
-
12
-
Read the Code: Using Drop Safely in Rust
A deep dive into Rust’s
vec::Drain
and itsDrop
implementation as an example of how ownership prevents subtle bugs—memory and otherwise!
-
-
-