Crate guid

Source
Expand description

Provides the Guid type with the same layout as the Windows type GUID.

Macros§

guid
Creates a new GUID from a string, parsing the GUID at compile time. “{00000000-0000-0000-0000-000000000000}” and “00000000-0000-0000-0000-000000000000”.

Structs§

Guid
Windows format GUID.

Enums§

ParseError
An error parsing a GUID.