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

7
Cargo.lock generated
View File

@@ -577,6 +577,7 @@ dependencies = [
"regex",
"scopeguard",
"serde_json",
"smallvec",
"tempfile",
"unicode-segmentation",
"unicode-width",
@@ -584,6 +585,12 @@ dependencies = [
"yansi",
]
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "strsim"
version = "0.11.1"