Versions in this module Expand all Collapse all v0 v0.1.0 Mar 26, 2025 Changes in this version + type Toml struct + func (t *Toml) ContentTypes() []string + func (t *Toml) Exts() []string + func (t *Toml) Marshal(v any) ([]byte, error) + func (t *Toml) Marshals(v any) bool + func (t *Toml) Name() string + func (t *Toml) NewDecoder(r io.Reader) codecs.Decoder + func (t *Toml) NewEncoder(w io.Writer) codecs.Encoder + func (t *Toml) Unmarshal(data []byte, v any) error + func (t *Toml) Unmarshals(v any) bool