nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.32k stars 77 forks source link

Add builder derives crates #137

Open Veetaha opened 1 month ago

Veetaha commented 1 month ago

I'm definitely biased, since I maintain bon, but there are currently 3 main crates for generating builders:

djc commented 1 month ago

IMO bon is too young (unpopular) at this stage to put it on this site.

Veetaha commented 1 month ago

Note that it adds syntax for "named function arguments" via builders (deriving a builder from a function/method) which could be a separate section. For this there aren't more mature popular crates (one that I know of is buildstructor, but it's more limited and and wasn't promoted enough). But that's fine, bon can wait. What would you consider as "popular/mature enough"?