nim-lang / NESM

NESM stands for Nim's Easy Serialization Macro. The macro that allowing generation of serialization functions by one line of code! (It is a mirror of https://gitlab.com/xomachine/NESM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NESM

pipeline status

NESM stands for Nim's Easy Serialization Macro. The macro that allowing generation of serialization functions by one line of code!

Documentation can be found here. Dont forget to check out the tests for more examples.

Bug reporting

If you found a bug or any strange behaviour in the macro please attach to the bug report the output of Nim compiler when -d:debug flag passed.

About

NESM stands for Nim's Easy Serialization Macro. The macro that allowing generation of serialization functions by one line of code! (It is a mirror of https://gitlab.com/xomachine/NESM)

License:MIT License


Languages

Language:Nim 100.0%