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