Codebase list golang-github-rivo-uniseg / debian/latest doc.go
debian/latest

Tree @debian/latest (Download .tar.gz)

doc.go @debian/latestraw · history · blame

1
2
3
4
5
6
7
8
/*
Package uniseg implements Unicode Text Segmentation according to Unicode
Standard Annex #29 (http://unicode.org/reports/tr29/).

At this point, only the determination of grapheme cluster boundaries is
implemented.
*/
package uniseg