Crate uefi_nvram_storage

Source
Expand description

Abstractions to support pluggable UEFI nvram storage backends (e.g: in memory, file backed, etc…)

Modules§

in_memory
Provides an in-memory implementation of NvramStorage that doesn’t automatically persist to disk.

Structs§

EFI_TIME
UEFI Time Structure

Enums§

NextVariable
NvramStorageError

Traits§

InspectableNvramStorage
Extends NvramStorage with a bound on Inspect
NvramStorage
Abstraction over persistent nvram variable storage (e.g: in-memory, file-backed, vmgs-backed, etc.).