Expand description
This crate provides a chomp parser for
Windows GUIDs, using the most customary syntax used for example by the
tool guidgen.exe
that comes with Microsoft Visual Studio. For example,
the GUID 6B29FC40-CA47-1067-B31D-00DD010662DA
would be represented by
the string "6B29FC40-CA47-1067-B31D-00DD010662DA"
.
See the documentation for the chunks
function below for an example.
Structs§
- The result of parsing the five chunks of a customary representation of a Windows GUID.
- A 48-bit unsigned integer.
Functions§
- A chomp parser for the chunks of a Windows GUID.