Skip to content

Commit 8f7d008

Browse files
committed
Add a "No standard library" category
Allows browsing of crates that are `#![no_std]` compatible.
1 parent 5bc3409 commit 8f7d008

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

281+
[no-std]
282+
name = "No standard library"
283+
description = """
284+
Crates that are able to function without the Rust standard library.
285+
"""
286+
281287
[os]
282288
name = "Operating systems"
283289
description = """

0 commit comments

Comments
 (0)