Skip to content

v0.5.9

Choose a tag to compare

@RAprogramm RAprogramm released this 20 Sep 11:51
· 436 commits to main since this release

Added

  • 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.