1 2 3 4 5 6 7 8
#[cfg(feature = "local_zip")] pub mod local_zip; #[cfg(feature = "remote_ota")] pub mod remote_zip; #[cfg(all(feature = "remote_ota", feature = "local_zip"))] pub mod zip_core;