Expand description
Parsing and validation logic for Hyper-V UEFI custom nvram variables JSON files.
Depending on the type of JSON (template vs. user-defined custom vars), the
correspond Rust type will either be a
CustomVars
or a
CustomVarsDelta
.
Enums§
Functions§
- load_
delta_ from_ json - Parse a
CustomVarsDelta
from a user provided UEFI custom nvram variables JSON file. - load_
template_ from_ json - Parse a
CustomVars
from a fully-defined template UEFI custom nvram variables JSON file.