dl_uuid

Crates.iodl_uuid
lib.rsdl_uuid
version0.4.1
sourcesrc
created_at2023-03-08 15:52:27.3516
updated_at2023-03-14 19:09:31.010706
descriptionUniversally unique identifier generator
homepage
repositoryhttps://github.com/DepartureLabsIC/dl_uuid
max_upload_size
id804743
size17,451
Hazel (SuddenlyHazel)

documentation

README

IC UUID Generator library

Modified UUID lib to work with the IC. Original here

Examples

use dl_uuid::{set_seed_u64, uuid16};

set_seed_u64(123);
let id_16byte = uuid16();

// 1859d40f-2c26-22ce-da23-33be037553d0
println!("{}", id_16byte);
Commit count: 50

cargo fmt