From f0041d3461c0de866949078b58294bea6afbde38 Mon Sep 17 00:00:00 2001 From: Coachonko <102909397+Coachonko@users.noreply.github.com> Date: Sun, 6 Aug 2023 12:57:46 +0200 Subject: [PATCH] Add lexical_uuid (#195) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ae0854..e26f440 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. - [vxml](https://github.com/walkingdevel/vxml) - Pure V library for parsing XML to a DOM. - [whisker](https://github.com/hungrybluedev/whisker) - Fast, robust template engine for V inspired by mustache. +- [lexical_uuid](https://github.com/Coachonko/lexical_uuid) - Lexicographically-sortable universally unique identifiers. ### User Interface toolkits