pub fn built_in_templates() -> Vec<DcsTemplate>Expand description
The DCS/PLC templates shipped by default, parsed from the embedded catalog.
§Panics
Panics if the embedded catalog fails to parse or validate. This can only happen from a
bad edit to templates/builtin.toml itself; this module’s
embedded_catalog_parses_and_validates test proves it never does in practice, so a
malformed contribution fails CI rather than shipping.