csv-codegen 0.2.3

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.
Documentation
1
2
3
4
5
error: #else is invalid following #having
 --> tests/compile_fail/having_with_else.rs:9:10
  |
9 |         #else {
  |          ^^^^