A Rust procedural macro that transforms CSV data into safe, zero-cost code. Generate match arms, loops, and nested queries directly from CSV files, ensuring type safety and deterministic code generation.
usecsv_codegen::csv_template;fnmain(){// This should fail because #having cannot be used with #else
csv_template!("../departments.csv",#having(union_rep ==true){constTEST:u32=1;}#else{constTEST:u32=0;});}