Skip to main content

generate_ids

Function generate_ids 

Source
pub fn generate_ids(count: usize) -> Vec<Uuid>
Expand description

Generate count UUIDv7 IDs in sequence with strict 1ms spacing.

Convenience wrapper around Uuidv7Generator for callers that just need a vector of IDs.