Update 'README.md'
parent
d2c96f2f74
commit
dda4f9b7d9
|
@ -3,6 +3,9 @@
|
||||||
An in-development command line tool for generating serialization code from C header files.
|
An in-development command line tool for generating serialization code from C header files.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
[x] Generate `*_json_length` and `*_to_json`functions for structs and enums marked with `KWIL_STRUCT()` or `KWIL_ENUM()`
|
[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.
|
[ ] Generate `*_from_json` functins for structs.
|
||||||
|
|
||||||
[ ] Dynamic array length specifiers (e.g: `KWIL_FIELD(LEN=13` or `KWIL_FIELD(LEN=<field_name>`)
|
[ ] Dynamic array length specifiers (e.g: `KWIL_FIELD(LEN=13` or `KWIL_FIELD(LEN=<field_name>`)
|
||||||
|
|
Loading…
Reference in New Issue