Add bitvec library
This commit is contained in:
parent
542d51966a
commit
d11f30b89a
1 changed files with 13 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue