//! Target platform backends for AXE.
//!//! Each backend compiles from the AXE IR to a specific platform's
//! native extension format, emitting diagnostics for lossy conversions.
#![forbid(unsafe_code)]pubuse axe_ir;/// Supported compilation targets.
pubconstTARGETS:&[&str]=&["claude","cursor","codex","gemini","copilot","cline","windsurf","continue","zed","aider",];