Add bitvec library

This commit is contained in:
Jeff Ciesielski 2018-06-06 15:44:15 -04:00
parent 542d51966a
commit d11f30b89a

View File

@ -9561,5 +9561,18 @@
"description": "Consistent Overhead Byte Stuffing for Nim",
"license": "MIT",
"web": "https://github.com/keyme/nim_cobs"
},
{
"name": "bitvec",
"url": "https://github.com/keyme/nim_bitvec",
"method": "git",
"tags": [
"serialization",
"encoding",
"wireline"
],
"description": "Extensible bit vector integer encoding library",
"license": "MIT",
"web": "https://github.com/keyme/nim_bitvec"
}
]