Merge pull request #759 from Jeff-Ciesielski/bitvec

Add bitvec library
This commit is contained in:
Dominik Picheta 2018-06-07 10:23:22 +01:00 committed by GitHub
commit 59b28bf458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]