Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rustix #138

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add rustix
Fixes: #135
joshka committed Oct 6, 2024
commit 5bc2e509997eae757ac6fab2aa4954f3f8ea55c4
3 changes: 3 additions & 0 deletions data/crates.json
Original file line number Diff line number Diff line change
@@ -388,6 +388,9 @@
{
"name": "*nix (OSs)",
"recommendations": [{
"name": "rustix",
"notes": "Efficient and safe POSIX / *nix / Winsock syscall-like APIs. It uses idiomatic Rust types: refs, slices, Results instead of raw pointers, safe wrappers around raw file descriptors, bitflags instead of bare integer flags, and several other conveniences."
}, {
"name": "nix",
"notes": "Bindings to the various *nix system functions. (Unix, Linux, MacOS, etc.)"
}]