uuid-rs 0.1.3

A Universally Unique IDentifier (UUID)
Documentation

UUID

A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used.

This crate generates and inspects UUIDs based on

Install

uuid-rs = "0.1.2"

Usage

format("{:x}", Uuid::v1().as_bytes());