From 10a3f871389aa7181e7a852fc4e9bc8c1a7cc46f Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 1 Feb 2025 20:47:24 +0300 Subject: [PATCH] chore(readme): update plans and features (#24) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e482fd2..e967088 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ for example [`jq`](https://github.com/jqlang/jq). - [x] quote unknown values (`{a:3} -> {"a":3}`) - [x] correct colon (`{"a"=3} -> {"a":3}`) - [x] insert colon (`{b 4} -> {"b":4}`) - - [x] fix brackets (`{[{[{]] -> {[{[{}]}]}`) - [x] replace parenthesis with brackets (`((),()) -> [[],[]]`) - - [x] async io + - [x] sequential io + - [x] strip single-line comments ## 💡 Plans - - [ ] strip comments - - [ ] convert numbers (`0xff -> 256`) - - [ ] COW (reduce memory copying) - - [ ] multithreading + - [ ] [convert numbers](https://github.com/pinbraerts/rekson/issues/10) (`0xff -> 256`) + - [ ] [COW](https://github.com/pinbraerts/rekson/issues/7) (reduce memory copying) + - [ ] [autoclose quotes](https://github.com/pinbraerts/rekson/issues/12) + - [ ] strip multiline comments ## ✅ Pros - written in Rust => instant format on write