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

View File

@@ -27,3 +27,4 @@ textwrap = "0.16"
tempfile = "3"
xxhash-rust = { version = "0.8", features = ["xxh3"] }
bincode = "1"
unicode-width = "0.2"