work started on refactoring LineBuf

This commit is contained in:
2026-03-18 15:34:12 -04:00
parent 782a3820da
commit 7c8a418f96
8 changed files with 662 additions and 3396 deletions

View File

@@ -35,6 +35,7 @@ rand = "0.10.0"
regex = "1.11.1"
scopeguard = "1.2.0"
serde_json = "1.0.149"
smallvec = { version = "1.15.1", features = ["write"] }
tempfile = "3.24.0"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"