You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TemplateFormatterKind enumerating the formatter traits supported by #[error("...")], plus TemplateFormatter::from_kind/kind() helpers for
constructing and inspecting placeholders programmatically.
Changed
Formatter parsing now routes through TemplateFormatterKind, ensuring lookup
tables, is_alternate handling and downstream derives share the same
canonical representation.
Documentation
Documented TemplateFormatterKind usage and the new inspection helpers
across README variants.