1 2 3 4 5 6 7 8 9 10 11 12
#![no_std] #[cfg(feature = "std")] pub mod bootcfg; #[cfg(feature = "std")] pub mod distro; #[cfg(feature = "std")] pub mod efifile; pub mod efivar; pub mod guids; pub mod nocasestr; pub mod varstore;