No description
Find a file
2024-11-17 21:45:02 +03:00
demos NTP demo rework 2018-02-23 18:40:52 +03:00
nesm Fixes an error in tests when trying to generate serialization functions for exported type not on the top level 2024-11-17 21:06:38 +03:00
tests Fixes an error in tests when trying to generate serialization functions for exported type not on the top level 2024-11-17 21:06:38 +03:00
.gitlab-ci.yml Fix documentation 2021-12-26 15:00:26 +05:30
LICENSE Initial commit 2016-09-14 02:37:56 +04:00
nesm.nim Fix #19 Do not lose nimdoc comments 2022-02-10 21:08:00 +03:00
nesm.nimble Bumps library version 2024-11-17 21:45:02 +03:00
nimdoc.cfg Fix documentation 2021-12-26 15:00:26 +05:30
README.md Removes travis badge 2021-01-24 16:15:19 +03:00

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.