Added package dik

This commit is contained in:
Juan Carlos 2021-05-06 17:49:51 -03:00 committed by Dominik Picheta
parent 42facab93d
commit 5579ed8173

View File

@ -22486,5 +22486,16 @@
"description": "The Hypixel API, in Nim.",
"license": "MIT",
"web": "https://github.com/Knaque/hypixel-nim"
},
{
"name": "dik",
"url": "https://github.com/juancarlospaco/dik",
"method": "git",
"tags": [
"dictionary"
],
"description": "Table implemented as optimized sorted hashed dictionary of {array[char]: Option[T]}, same size as OrderedTable",
"license": "MIT",
"web": "https://github.com/juancarlospaco/dik"
}
]