virtfw_libefi/
lib.rs

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