From 045a55fc2262edc40a6d69b56dc32a8e69c80917 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 15 Aug 2023 03:44:29 -0400 Subject: [PATCH] add stack_strings (#2683) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c1076bb..955df48 100644 --- a/packages.json +++ b/packages.json @@ -31154,5 +31154,19 @@ "description": "A library for (standard) propositional logic", "license": "MIT", "web": "https://github.com/Azumabashi/nim-propositional-logic/" + }, + { + "name": "stack_strings", + "url": "https://github.com/termermc/nim-stack-strings/", + "method": "git", + "tags": [ + "stack", + "zero-allocation", + "string", + "openArray" + ], + "description": "Library for guaranteed zero heap allocation strings ", + "license": "MIT", + "web": "https://github.com/termermc/nim-stack-strings/" } ]