Crate yyid

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§

fmts
Implementation for the reference types

Structs§

Yyid
A yniversally ynique identifier (Yyid).

Type Aliases§

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