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, RwLock, and Atomics.
Source: Rust's Rules are Made to be Broken, an article by Chuck Pierce.