uuid: Add documentation for UUID utilities

Include the UUID utilities in the Miscellaneous
documentation page.
The UUID is being placed in a new Identifier
APIs section.

Signed-off-by: Simone Orru <simone.orru@secomind.com>
This commit is contained in:
Simone Orru 2025-04-10 11:19:17 +02:00 committed by Benjamin Cabé
commit c82bf03e6d

View file

@ -34,3 +34,16 @@ this API is limited to creating the simplistic tokens needed to
authenticate with the Google Core IoT infrastructure.
.. doxygengroup:: jwt
Identifier APIs
***************
UUID
====
Universally Unique Identifiers (UUID), also known as Globally Unique
IDentifiers (GUIDs) are an open, industry standard [RFC
9562](https://tools.ietf.org/html/rfc9562) 128 bits long identifiers
intended to guarantee uniqueness across space and time.
.. doxygengroup:: uuid