Module show_notes::e019

source ·
Expand description

Let’s Clone a Cow!

  • Date: February 28, 2017
  • Subject: The final pieces of the story for (single-threaded) memory management in Rust.
  • Audio

Notes

Sometimes, we actually do need to copy types. Wouldn’t it be nice if Rust gave us a convenient way to do that when it’s convenient, or when the cost is low enough that the ergonomic tradeoffs are worth it? Well, perhaps unsurprisingly, it does! The Copy and Clone traits, plus the Cow type, give us everything we need!

Sponsors

(Thanks to the couple people donating who opted out of the reward tier, as well. You know who you are!)

Become a sponsor

Contact

Structs

Functions