Expand description
Adaptive Cards transpiler (Windows Widgets Board). IR → Adaptive Card 1.5 transpiler for Windows Widgets Board.
Pure Rust — runs on any host. Elements Adaptive Cards cannot express
(canvas, chart, gauge, zstack, …) become empty placeholders and are
recorded in TranspileResult::skipped.
Structs§
- Transpile
Result - Result of transpiling one IR root (plus skipped diagnostics).
Functions§
- ac_
data_ key - ac_
template_ key - Storage keys written next to the config map for the C# provider.
- to_
adaptive_ card - Build an Adaptive Card 1.5 document from a root element.
- to_
adaptive_ card_ for_ size - Pick a size branch from
WidgetConfigand transpile. - validate_
card_ structure - Structural check (no full JSON Schema dependency).