logo
1
2
3
4
5
//! Manually niched type replacements.

#[cfg(feature = "alloc")]
pub mod option_box;
pub mod option_nonzero;