Crate guid

Crate guid 

Source

Macros§

guid
Macro for creating an efi::Guid from string representation. This is a wrapper for uuid! from the uuid crate.
guid_fmt
Macro for printing an efi::Guid as a string.
guid_to_uuid
Macro for creating a uuid::Uuid from an efi::Guid.
uuid
Parse Uuids from string literals at compile time.

Constants§

CALLER_ID
Rust equivalent to gEfiCallerIdGuid from AutoGen.c The EDK2 build system will populate the FILE_GUID environment variable with the module INF GUID. A zero-GUID is generated as a backup to support various test cases where the EDK2 build system is not present.
ZERO