e019: Let's `Clone` a `Cow`

Published: Feb. 28, 2017, 10:20 p.m.

b'\\n\\n\\n

The final pieces of the story for (single-threaded) memory management in Rust.

\\n

Notes

\\n

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!

\\n\\n\\n

Sponsors

\\n\\n

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

\\n

Become a sponsor

\\n\\n

Contact

\\n'