UUID

RecipeCratesCategories
Generate and parse UUIDsuuidcat-data-structures

A UUID is a unique 128-bit value, stored as 16 octets, and regularly formatted as a hex string in five groups. UUIDs are used to assign unique identifiers to entities without requiring a central allocating authority. They are particularly useful in distributed systems, though can be used in disparate areas, such as databases and network protocols.

Generate and parse UUIDs

uuid uuid-crates.io uuid-github uuid-lib.rs cat-data-structures cat-parser-implementations cat-no-std

uuid generates and parses UUIDs and implements a number of utility functions.