fix(io): use unicode-width for correct CJK/emoji/zero-width display width (closes #12)

This commit is contained in:
dailz
2026-06-07 12:50:17 +08:00
parent d4679a7543
commit b58d66f2aa
4 changed files with 60 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -2333,6 +2333,7 @@ dependencies = [
"tempfile",
"thiserror 2.0.18",
"toml",
"unicode-width",
"xxhash-rust",
]