mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Added NESM - Nim's Easy Serialization Macro
A tool for generating serialization code.
This commit is contained in:
parent
a6850de89c
commit
86dfb1b7ff
@ -5768,5 +5768,19 @@
|
|||||||
"description": "Wrapper for libevdev, Linux input device processing library",
|
"description": "Wrapper for libevdev, Linux input device processing library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/luked99/libevdev.nim"
|
"web": "https://github.com/luked99/libevdev.nim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "nesm",
|
||||||
|
"url": "https://github.com/xomachine/NESM.git",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"metaprogramming",
|
||||||
|
"parser",
|
||||||
|
"pure",
|
||||||
|
"serialization"
|
||||||
|
],
|
||||||
|
"description": "A macro for generating [de]serializers for given objects",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://xomachine.github.io/NESM/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user