Expand description
UEFI Device Path parsing library
This library provides parsing and manipulation of UEFI device paths as defined in the UEFI 2.11 specification.
Modules§
- acpi
- ACPI Device Path Types
- bios
- BIOS Device Path Types
- hw
- Hardware Device Path Types
- media
- Media Device Path Types
- msg
- Messaging device path types and parsing
Structs§
Enums§
- Error
- Errors that can occur when parsing device paths
- Node
- Device Path types as defined in UEFI specification
- Type
- UEFI Device Path node types as defined in the UEFI specification
Traits§
- From
Bytes - Trait for parsing structures from raw byte data.