commit 3654994805d0d19c6f21cb95b315fa3b954a79c1 parent 765149b156d6cc8f79f1ce5e0053b66f35c335e2 Author: Sebastian <sebastian@sebsite.pw> Date: Fri, 11 Mar 2022 18:35:07 -0500 utf8: add README Signed-off-by: Sebastian <sebastian@sebsite.pw> Diffstat:
A | encoding/utf8/README | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/encoding/utf8/README b/encoding/utf8/README @@ -0,0 +1,2 @@ +encoding::utf8 provides helper functions for working with UTF-8-encoded runes, +strings, and slices.