Versions in this module Expand all Collapse all v0 v0.4.3 Jan 22, 2026 Changes in this version + func ReadAll(r Reader) ([]rune, error) + type Reader interface + Read func(data []rune) (int, error) + type UnicodeReader struct + func NewUnicodeReader(r io.RuneReader) *UnicodeReader + func (r *UnicodeReader) Read(data []rune) (int, error)