Types that pin data to a location in memory.| doc.rust-lang.org
The Dark Arts of Advanced and Unsafe Rust Programming| doc.rust-lang.org
Or: The Most Expensive Linked List I’ve Ever Written| Chad Austin
Contents| safecpp.org
Manually manage memory through raw pointers.| doc.rust-lang.org
`*mut T` but non-zero and covariant.| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
The core primitive for interior mutability in Rust.| doc.rust-lang.org
07 Feb 2019| limpet.net
Writing unsafe in Rust usually involves manual management of memory. Although, ideally, we’d like to exclusively use references for this, sometimes the constraints they apply are too strong. This post is a guide on those constraints and how to weaken them for correctness.| mcyoung.xyz