//! @file lib.rs //! @brief Library root for the flash driver crate //! @author Kevin Thomas //! @date 2025 #![no_std] // Flash driver module pub mod flash;