Skip to content

Commit

Permalink
Add darling to "macros helpers" section
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ten0 authored Oct 10, 2024
1 parent d4dbfe7 commit c88c665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@
}, {
"name": "paste",
"notes": "Concatenating and manipulating identifiers"
}, {
"name": "darling",
"notes": "Derive macro to easily parse derive macro inputs"
}]
},
{
Expand Down

0 comments on commit c88c665

Please sign in to comment.