1// devela::num::niche::mem 2// 3//! Numeric types for memory-efficient representations. 4// 5 6#[cfg(test)] 7mod tests; 8 9mod non_value; 10pub use non_value::*;