colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k stars 88 forks source link

Allow unquoted expressions in default = ... #331

Closed TedDriggs closed 1 month ago

TedDriggs commented 1 month ago

For backwards compatibility, strings are still interpreted as code inside a string.

Fixes #330