PinnedIs there a day for that?! — Featuring Quitter’s Day.You’ve likely made some New Year’s resolutions by now, ranging from quitting smoking to exercising three times a week. Or perhaps you are…Jan 10Jan 10
PinnedAn Ode to One“Legends have it that fractions felt the quake on their divide sign…”Oct 11, 2024Oct 11, 2024
Rust: Where Even Pointers Are Smart! — Part II.b — Drop traitThe second trait important to the smart pointer pattern is Drop, which lets you customize what happens when a value is about to go out of…Jan 29Jan 29
Rust: Where Even Pointers Are Smart! — Part II.a — Deref trait.Traits like Deref and Drop customize the default behavior of smart pointers.Jan 22Jan 22
Rust: Where Even Pointers Are Smart! — Part IA pointer is a general concept for a variable that contains an address in memory. Smart pointers? That’s a different story!Jan 15Jan 15
Memory Safety — That’s what Rust is made for!Freeing memory twice can lead to memory corruption, which can potentially lead to security vulnerabilities.Jan 8Jan 8
A Festive Guide to Pattern Matching in Rust: Part IIFollowing our last article, in this article we are going to discuss all the syntax that are valid in patterns and how to create custom…Jan 1Jan 1