pub fn unique_with_prefix(prefix: impl AsRef<str>) -> String
Expand description

A generator for unique, human-readable identifiers suitable for use in distributed systems.

Generates a short, human-readable 32-bit random identifier with the given prefix.