//! Language-dispatch facade for canonical Draxl rendering.
//!
//! This crate renders the AST back into compact Draxl surface syntax and
//! re-exports the shared canonicalization helper from `draxl-ast`.
//!
//! Today the crate exposes only the Rust backend, but the public rendering
//! surface is language-aware so additional backends can be added behind the
//! same facade over time.
use ;
pub use canonicalize_file;
/// Prints a file using the selected language backend.
/// Prints a file using the default Rust backend.