June 23, 2026

View as Markdown

0.40.7

(fix): Escape Rust reserved keywords (static, override, etc.) in generated union variant constructor function names using r# raw identifier syntax. Also skip generating the catch-all unknown() constructor when a union already has a variant named “unknown” to avoid duplicate definitions.