From 57836cee74b0e94d478d0ca55d8a8ccb55ead4c0 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 18 Feb 2024 16:40:25 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7200363..5be3f59 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Currently aiming for json support, though adding (optional) support for other fo 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`)