Rust’s Rules are Made to be Broken

Brief introduction to several tools in the Rust standard library that let you break the borrow checker’s rules: Rc, Arc, RefCell, Mutex, and more!