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

This commit is contained in:
treeform 2020-07-19 01:25:48 -07:00 committed by GitHub
parent e5881ca629
commit 9d0b3428de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",