Versions in this module Expand all Collapse all v1 v1.8.13 Mar 14, 2025 v1.8.12 Aug 9, 2024 Changes in this version + type ReaderFunc func(p []byte) (int, error) + func (f ReaderFunc) Read(p []byte) (int, error) + type WriterFunc func(p []byte) (int, error) + func (f WriterFunc) Write(p []byte) (int, error)