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
corresponding Rust type will either be a
BaseTemplateVars or a
UefiVarsDelta.
Enums§
Functions§
- parse_
delta_ json - Parse a
UefiVarsDeltafrom a user provided UEFI custom nvram variables JSON file. - parse_
template_ json - Parse
BaseTemplateVarsfrom a fully-defined template UEFI custom nvram variables JSON file.