New Rustacean
e019: Let's `Clone` a `Cow`
The final pieces of the story for (single-threaded) memory management in Rust.
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 enoug