const_uuid!() { /* proc-macro */ }
Expand description

Generate a UUID at compile time.

A UUID is something like this: 67e55044-10b1-426f-9247-bb680e5fe0c8

It is nice to be able to create them at compile time so to use as static random values. These UUID’s can be used for generating Windows Pipes, or events or messages (etc) in a way to not collide with other System resources.