nicoburns / blessed-rs

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

Add darling to "macros helpers" section #140

Closed Ten0 closed 1 month ago

Ten0 commented 1 month ago

Nice website! As a regular Rust user for the past 5 years I did appreciate when going through the list that it wasn't bloated with tons of crates and I may definitely refer to it. An absolute game changer one is missing in its section though: darling, and I did regret not learning about it earlier than ~a year ago.

It's an absolute must when writing derive macros. It makes writing them 10x easier. It has 8M downloads a month and is top 10 in "Rust patterns" on lib.rs.

https://lib.rs/crates/darling

nicoburns commented 1 month ago

Yeah, darling probably ought to be on there - thanks!