efivar 2.0.0

Rust crate for manipulating EFI variables using the OS interface.
Documentation
1
2
3
4
5
6
use super::BootEntry;

pub struct BootVariable {
    pub entry: BootEntry,
    pub id: u16,
}