Skip to content

Commit 0099c08

Browse files
committed
Auto merge of #2662 - woodruffw-forks:os-linux-apis-category, r=JohnTitor
categories: Add os::linux-apis First of all, thank you to the crates.io team! The service and work you provide is invaluable. I'm opening this PR to propose a new category slug: `os::linux-apis`. My rationale: Linux has a large API surface that isn't shared with other members of the Unix/Unix-like family, so having a separate category for it allows crate authors to better distinguish when writing bindings for Linux-specific interfaces. This is consistent with the availability of `os::macos-apis`, as macOS is another member of the Unix/Unix-like family with its own large and discrete API surface.
2 parents 8e1d3ce + b8bf226 commit 0099c08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/boot/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,12 @@ description = """
349349
Bindings to operating system-specific APIs.\
350350
"""
351351

352+
[os.categories.linux-apis]
353+
name = "Linux APIs"
354+
description = """
355+
Bindings to Linux-specific APIs.\
356+
"""
357+
352358
[os.categories.macos-apis]
353359
name = "macOS APIs"
354360
description = """

0 commit comments

Comments
 (0)