Update README.md

main
Sara 2024-02-18 16:40:25 +00:00
parent 1e10d9f7d2
commit 57836cee74
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ Currently aiming for json support, though adding (optional) support for other fo
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` functions for structs. - [ ] Generate `*_from_json` functions for structs.
[ ] Dynamic array length specifiers (e.g: `KWIL_FIELD(LEN=13` or `KWIL_FIELD(LEN=src->field_length`) - [ ] Dynamic array length specifiers (e.g: `KWIL_FIELD(LEN=13` or `KWIL_FIELD(LEN=src->field_length`)