The Dark Arts of Advanced and Unsafe Rust Programming| doc.rust-lang.org
This is the first post of a series where we go through the performance work we did in rustls, a modern TLS library in Rust. Today we tame the borrow checker using `mem::take`.| ferrous-systems.com
A clone-on-write smart pointer.| doc.rust-lang.org