1//! Manually niched type replacements. 2 3#[cfg(feature = "alloc")] 4pub mod option_box; 5pub mod option_nonzero;