1//! # Hardware Abstraction Layer module 2#[cfg(feature = "std")] 3#[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 4pub mod std;