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