From b710ba428a62a0e5686e4be2bb52f221e540d9fb Mon Sep 17 00:00:00 2001 From: Ralph Caraveo Date: Mon, 6 May 2024 20:02:55 -0700 Subject: [PATCH] psst - a new sibling project is born --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 921f0ce..6102a46 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ The missing `generic` set collection for the Go language. Until Go has sets built-in...use this. +## Psst +* Hi there, 👋! Do you use or have interest in the [Zig programming language](https://ziglang.org/) created by Andrew Kelley? If so, the golang-set project has a new sibling project: [ziglang-set](https://github.com/deckarep/ziglang-set)! Come check it out! + ## Update 3/5/2023 * Packaged version: `2.2.0` release includes a refactor to minimize pointer indirection, better method documentation standards and a few constructor convenience methods to increase ergonomics when appending items `Append` or creating a new set from an exist `Map`. * supports `new generic` syntax