From 1b9f64a27ce24a9588009cdfc78b0de94fa55bf0 Mon Sep 17 00:00:00 2001 From: Timofey Koolin Date: Tue, 13 Aug 2024 11:16:20 +0300 Subject: [PATCH] add https://github.com/rekby/fastuuid (#4774) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29c912e..bee5c1d8 100644 --- a/README.md +++ b/README.md @@ -2865,6 +2865,7 @@ _General utilities and tools to make your life easier._ _Libraries for working with UUIDs._ +- [fastuuid](https://github.com/rekby/fastuuid) - Fast generate UUIDv4 as string or bytes. - [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs. - [gouid](https://github.com/twharmon/gouid) - Generate cryptographically secure random string IDs with just one allocation. - [nanoid](https://github.com/aidarkhanov/nanoid) - A tiny and efficient Go unique string ID generator.