mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-05 12:39:34 +00:00
Add bitvec library
This commit is contained in:
parent
542d51966a
commit
d11f30b89a
@ -9561,5 +9561,18 @@
|
|||||||
"description": "Consistent Overhead Byte Stuffing for Nim",
|
"description": "Consistent Overhead Byte Stuffing for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/keyme/nim_cobs"
|
"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…
x
Reference in New Issue
Block a user