add stack_strings (#2683)

This commit is contained in:
Ian 2023-08-15 03:44:29 -04:00 committed by GitHub
parent 5a6e97c875
commit 045a55fc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/"
}
]