efivar 2.0.0

Rust crate for manipulating EFI variables using the OS interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod boot_entry;
mod boot_variable;
mod consts;
mod device_path;
mod device_path_list;
#[cfg(test)]
mod tests;

pub use boot_entry::{BootEntry, BootEntryAttributes};
pub use boot_variable::BootVariable;
pub use device_path::DevicePath;
pub use device_path::{EFIHardDrive, EFIHardDriveType, FilePath};
pub use device_path_list::FilePathList;