Crate guid_parser [] [src]

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

Chunks

The result of parsing the five chunks of a customary representation of a Windows GUID.

u48

A 48-bit unsigned integer.

Functions

chunks

A chomp parser for the chunks of a Windows GUID.