From c82bf03e6d5cf96069fd889ebf4dd8c35f9d2a4d Mon Sep 17 00:00:00 2001 From: Simone Orru Date: Thu, 10 Apr 2025 11:19:17 +0200 Subject: [PATCH] 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 --- doc/services/misc.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/services/misc.rst b/doc/services/misc.rst index 95cb27b5bd0..2c9ea5792f8 100644 --- a/doc/services/misc.rst +++ b/doc/services/misc.rst @@ -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