guid-parser 0.1.0

Chomp parser for Windows GUID literals.
Documentation
  • Coverage
  • 50%
    7 out of 14 items documented3 out of 7 items with examples
  • Size
  • Source code size: 12.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 806.63 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • dherman/guid
    4 5 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dherman

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.