//! Rust backend. Generates a `.rs` file that uses the `cust` crate for runtime
//! API calls and either `rust-gpu` (in shaders) or `cust` (host-side) for
//! kernels, depending on how the source is consumed. v1 is host-side only;
//! kernel bodies are commented out and tagged for manual translation.
use crateTranslationUnit;
use crateTargetBackend;
;