1//! Memory access functions. 2 3#![cfg_attr(feature = "no-std", no_std)] 4 5pub mod bitman; 6pub mod memman;