#lock-free #uid #generation #debugging

no-std quid

fast, concurrent, lock-free UID generation library

4 releases

0.1.3 Jul 30, 2025
0.1.2 Jun 12, 2025
0.1.1 Jun 3, 2025
0.1.0 May 29, 2025

#572 in Concurrency

Download history

304 downloads per month

MIT/Apache

6KB
102 lines

quid

fast, concurrent, lock-free UID (as u64) generation library

let uid: quid::UID = quid::UID::new();
// quid::UID implements Clone, Eq, Hash, Debug, and Display

Dependencies

~33KB