Add package shiftfields (#2344)

This commit is contained in:
Maxim Cege
2022-09-05 15:49:14 +02:00
committed by GitHub
parent 9c6d654b85
commit 5bef1e4976
+13
View File
@@ -27363,6 +27363,19 @@
"license": "MIT",
"web": "https://github.com/d4rckh/nim-tlv"
},
{
"name": "shiftfields",
"url": "https://github.com/sumatoshi/shiftfields",
"method": "git",
"tags": [
"bitfield",
"bitfields",
"library"
],
"description": "ShiftField type and sugar for c-style shift bitfields in nim.",
"license": "MIT",
"web": "https://github.com/sumatoshi/shiftfields"
},
{
"name": "ndup",
"url": "https://github.com/c-blake/ndup",