Skip to content

Commit 21b6a9e

Browse files
committed
Update README.md
1 parent 27df5bc commit 21b6a9e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ decoding runes for better performance.
5555

5656
## Prior Art
5757

58-
[mattn/go-runewidth](https://github.com/mattn/go-runewidth), which is excellent and popular.
59-
In my testing, `displaywidth` returns identical outputs.
58+
[mattn/go-runewidth](https://github.com/mattn/go-runewidth)
59+
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)
6063

6164
## Benchmarks
6265

0 commit comments

Comments
 (0)