1#![no_builtins] 2#![no_std] 3#![deny(missing_docs)] 4#![doc = include_str!("../README.md")] 5 6#[cfg(not(doc))] 7compile_error!("Crate moved to lazy_mut");