From d2c96f2f742fbabc5f23a52b5a8c75910abdfd94 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 13 Sep 2023 19:05:10 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e513e0..d3725c8 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ # Kwil Header tool + An in-development command line tool for generating serialization code from C header files. Features: [x] Generate `*_json_length` and `*_to_json`functions for structs and enums marked with `KWIL_STRUCT()` or `KWIL_ENUM()` [ ] Generate `*_from_json` functins for structs. [ ] Dynamic array length specifiers (e.g: `KWIL_FIELD(LEN=13` or `KWIL_FIELD(LEN=`) - -## Example -```c -#include "kwil.h" // kwil.h header contains empty KWIL_STRUCT() KWIL_ENUM() and KWIL_FIELD() macros - -``` \ No newline at end of file