cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
759 stars 31 forks source link

Explore using macro to simplify generated code #166

Closed Virgiel closed 1 year ago

Virgiel commented 1 year ago

macro_rules should be negligable in compile time while making the generated code smaller and easier to read.