Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2026 Changes in this version + func AppendOne(path string, v any) error + func ReadAll[T any](path string) ([]T, error) + type FileWriter struct + func OpenFile(path string) (*FileWriter, error) + func (fw *FileWriter) Close() error + func (fw *FileWriter) Sync() error + type Reader struct + func NewReader(r io.Reader) *Reader + func (r *Reader) Decode(v any) error + func (r *Reader) Err() error + func (r *Reader) Next() []byte + type Writer struct + func NewWriter(w io.Writer) *Writer + func (w *Writer) Write(v any) error