1#![cfg_attr(not(feature = "std"), no_std)] 2#![allow(clippy::uninlined_format_args)] 3 4mod debug; 5pub mod mass_storage; 6pub use mass_storage::{IdentifyMassStorage, MassStorage};