Add JSON parser, use radix trie for string matching

This commit is contained in:
2025-11-22 14:59:37 -07:00
parent edc83330cc
commit 36d0d8fa4d
7 changed files with 364 additions and 86 deletions

View File

@@ -18,5 +18,7 @@ color-eyre = "0.6.5"
crossterm = "0.29.0"
eyre = "0.6.12"
ordered-float = "5.0.0"
radix_trie = "0.3.0"
ratatui = "0.29.0"
serde_json = "1.0.145"
tracing = "0.1.41"