From 078b605f7e861187a3714c5d9b26f6e252638205 Mon Sep 17 00:00:00 2001 From: Luka Teras Date: Mon, 9 Dec 2024 08:32:02 -0300 Subject: [PATCH] Add a C port to the README (#511) See: https://github.com/lukateras/nanoid.h --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99f6fa9f..a51352f8 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,7 @@ bccbcabaabaccab Nano ID was ported to many languages. You can use these ports to have the same ID generator on the client and server side. +* [C](https://github.com/lukateras/nanoid.h) * [C#](https://github.com/codeyu/nanoid-net) * [C++](https://github.com/mcmikecreations/nanoid_cpp) * [Clojure and ClojureScript](https://github.com/zelark/nano-id)