Skip to content

Commit

Permalink
chore(readme): update plans and features (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinbraerts authored Feb 1, 2025
1 parent 6255eb9 commit 10a3f87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10a3f87

Please sign in to comment.