add stack_strings (#2683)

This commit is contained in:
Ian
2023-08-15 15:44:29 +08:00
committed by GitHub
parent 5a6e97c875
commit 045a55fc22
+14
View File
@@ -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/"
}
]