devela 0.28.0

A development substrate of coherence.
Documentation
// devela::sys::mem::size::bit
//
//! Functionality related to memory bit size.
//

#[cfg(test)]
mod tests;

mod definition; // BitSized
mod impls;

crate::structural_mods! { // _mods
    _mods {
        #[doc(inline)]
        pub use super::{
            definition::*,
        };
    }
}