Versions in this module Expand all Collapse all v0 v0.4.0 Jun 14, 2026 v0.3.0 Jun 14, 2026 Changes in this version + func Emit(w io.Writer, f Format, v any) error + func MarshalTOON(v any) ([]byte, error) + type Format string + const FormatJSON + const FormatTOON + const FormatText + func ParseFormat(s string) (Format, error) + type Renderer interface + Render func(w io.Writer, v any) error + type TextRenderable interface + RenderText func(w io.Writer) error