Crate devpath

Crate devpath 

Source
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§

Path
A UEFI device path, represented as a sequence of nodes.
Paths
A collection of UEFI device paths.

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§

FromBytes
Trait for parsing structures from raw byte data.