From 5579ed817311d4dbfa8f083e9f12cbccef391595 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 6 May 2021 17:49:51 -0300 Subject: [PATCH] Added package dik --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index d4754ec..9c22a3d 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]