colin-kiegel / rust-derive-builder

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

Support arbitrary struct and impl-block attributes #239

Closed TedDriggs closed 2 years ago

TedDriggs commented 2 years ago

Now that we have field and setter attributes from #237, there’s a clear inconsistency from not having struct and impl-block attributes.

WASM provides an easy-to-follow use-case (#221), as do serde container-level attributes.