Skip to content

Commit 433a0eb

Browse files
authored
Add development-tools.procedural-macro-helpers category
1 parent 5bc3409 commit 433a0eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ Crates to help you better interface with other languages. This \
153153
includes binding generators and helpful language constructs.\
154154
"""
155155

156+
[development-tools.categories.procedural-macro-helpers]
157+
name = "Procedural macro helpers"
158+
description = """
159+
Crates to help you write procedural macros in Rust.
160+
"""
161+
156162
[development-tools.categories.profiling]
157163
name = "Profiling"
158164
description = """

0 commit comments

Comments
 (0)