idanarye / rust-typed-builder

Compile-time type-checked builder derive
https://crates.io/crates/typed-builder
Apache License 2.0
904 stars 52 forks source link

Support deriving builder for enums #129

Open itchyny opened 10 months ago

itchyny commented 10 months ago

The name of builder methods are the "snake_case" of variant names. Note that it does not support enums with generics or lifetime.

itchyny commented 9 months ago

Gentle ping, any thoughts on enum support?