Crate yyid

source ·
Expand description

Generate YYIDs

They are like UUIDs (v4), but using all the bits. Therefore they are not UUID standard compliant, so use with care or only for internal IDs.

Example

use yyid::*;

println!("{}", Yyid::new());
// => "02e7f0f6-067e-8c92-b25c-12c9180540a9"

Other libraries for YYIDs

Modules

Implementation for the reference types

Structs

A yniversally ynique identifier (Yyid).

Type Definitions

A 128-bit (16 byte) buffer containing the ID.