From d2639d8e883536ad8db9dc2b7cc9243e0661f030 Mon Sep 17 00:00:00 2001 From: Gino Heyman Date: Fri, 7 Jun 2024 20:04:34 +0200 Subject: [PATCH] task: add Zig port to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be5503d..e83cfa8 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Most stronger forms of the UUID / GUID algorithms require access to OS services * [Cuid2 for Python](https://github.com/gordon-code/cuid2) - [Gordon Code](https://github.com/gordon-code) * [Cuid2 for Ruby](https://github.com/stulzer/cuid2/blob/main/lib/cuid2.rb) - [Rubens Stulzer](https://github.com/stulzer) * [Cuid2 for Rust](https://github.com/mplanchard/cuid-rust) - [Matthew Planchard](https://github.com/mplanchard) +* [Cuid2 for Zig](https://github.com/typesafe/cuid2-zig) - [Gino Heyman](https://github.com/typesafe) ## Improvements Over Cuid