2 releases

0.4.1 Mar 14, 2023
0.4.0 Mar 8, 2023

#46 in #dfinity

Download history 71/week @ 2024-07-27

71 downloads per month

Apache-2.0

7KB
68 lines

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);

Dependencies

~1.2–1.9MB
~34K SLoC