Skip to content

Commit c7ba9f8

Browse files
Merge pull request #548 from tarcieri/no-std-category
Add a "No standard library" category
2 parents 7a897a1 + 8f7d008 commit c7ba9f8

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
@@ -284,6 +284,12 @@ Crates dealing with higher-level network protocols such as FTP, HTTP, \
284284
or SSH, or lower-level network protocols such as TCP or UDP.\
285285
"""
286286

287+
[no-std]
288+
name = "No standard library"
289+
description = """
290+
Crates that are able to function without the Rust standard library.
291+
"""
292+
287293
[os]
288294
name = "Operating systems"
289295
description = """

0 commit comments

Comments
 (0)