We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27df5bc commit 21b6a9eCopy full SHA for 21b6a9e
1 file changed
README.md
@@ -55,8 +55,11 @@ decoding runes for better performance.
55
56
## Prior Art
57
58
-[mattn/go-runewidth](https://github.com/mattn/go-runewidth), which is excellent and popular.
59
-In my testing, `displaywidth` returns identical outputs.
+[mattn/go-runewidth](https://github.com/mattn/go-runewidth)
+
60
+[x/text/width](https://pkg.go.dev/golang.org/x/text/width)
61
62
+[x/text/internal/triegen](https://pkg.go.dev/golang.org/x/text/internal/triegen)
63
64
## Benchmarks
65
0 commit comments