add bitty - Utilities with dealing with 1d and 2d bit arrays. (#1565)

This commit is contained in:
treeform
2020-07-19 10:25:48 +02:00
committed by GitHub
parent e5881ca629
commit 9d0b3428de
+12
View File
@@ -13130,6 +13130,18 @@
"license": "MIT",
"web": "https://github.com/treeform/netty/"
},
{
"name": "bitty",
"url": "https://github.com/treeform/bitty/",
"method": "git",
"tags": [
"networking",
"udp"
],
"description": "Utilities with dealing with 1d and 2d bit arrays.",
"license": "MIT",
"web": "https://github.com/treeform/bitty/"
},
{
"name": "fnv",
"url": "https://gitlab.com/ryukoposting/nim-fnv",