From c78cf1e67e5a50a30b21e4741c035c233f0c1300 Mon Sep 17 00:00:00 2001 From: Aurimas Niekis Date: Sun, 12 Apr 2026 11:51:59 +0300 Subject: [PATCH] Update README.md added C++ "aurimasniekis/cpp-ulid" implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 509c4eb..a734212 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ From ourselves and the community! | Language | Author | Binary Implementation | | -------- | ------ | --------------------- | | [C++](https://github.com/suyash/ulid) | [suyash](https://github.com/suyash) | ✓ | +| [C++](https://github.com/aurimasniekis/cpp-ulid) | [Aurimas Niekis](https://github.com/aurimasniekis) | ✓ | | [C#](https://github.com/mcb2001/CSharp.Ulid) | [mcb2001](https://github.com/mcb2001) | | [Clojure](https://github.com/theikkila/clj-ulid) | [theikkila](https://github.com/theikkila) | | [Objective-C](https://github.com/whitesmith/ulid) | [ricardopereira](https://github.com/ricardopereira) |