Crate uefi_nvram_storage
source ·Expand description
Abstractions to support pluggable UEFI nvram storage backends (e.g: in memory, file backed, etc…)
Modules§
- Provides an in-memory implementation of
NvramStorage
that doesn’t automatically persist to disk.
Structs§
- UEFI Time Structure
Enums§
Traits§
- Extends
NvramStorage
with a bound onInspect
- Abstraction over persistent nvram variable storage (e.g: in-memory, file-backed, vmgs-backed, etc.).