We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29a1dcd + cf5dfec commit c47ecdfCopy full SHA for c47ecdf
src/categories.toml
@@ -220,6 +220,12 @@ description = """
220
Crates to interface with specific CPU or other hardware features.\
221
"""
222
223
+[interpreter]
224
+name = "Interpreter"
225
+description = """
226
+Interpreter for a specific language.\
227
+"""
228
+
229
[memory-management]
230
name = "Memory management"
231
description = """
@@ -289,6 +295,12 @@ description = """
289
295
Bindings to Windows-specific APIs.\
290
296
291
297
298
+[parser]
299
+name = "Parser"
300
301
+Parser for a specific format or language.\
302
303
292
304
[parsing]
293
305
name = "Parsing"
294
306
0 commit comments