Versions in this module Expand all Collapse all v0 v0.2.0 May 27, 2026 Changes in this version + type NumberSpec struct + HasPrec bool + Precision int + Thousands bool + Type byte + type Spec struct + Number *NumberSpec + Raw string + Time *TimeSpec + func MustParse(s string) *Spec + func Parse(s string) (*Spec, error) + func (sp *Spec) Apply(v any) string + type TimeSpec struct + Layout string