topic: reading code
Everything I’ve written on the subject, from the beginning of this version of the site.
-
2024
-
Dec
-
12
-
Read the Code: Using Drop Safely in Rust—JOURNAL
A deep dive into Rust’s
vec::Drain
and itsDrop
implementation as an example of how ownership prevents subtle bugs—memory and otherwise!
-
-
-
That’s it for this topic… but there are many, many more!