Skip to content

Commit

Permalink
Add rustix
Browse files Browse the repository at this point in the history
Fixes: #135
  • Loading branch information
joshka committed Oct 6, 2024
1 parent 3bbe498 commit 5bc2e50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.)"
}]
Expand Down

0 comments on commit 5bc2e50

Please sign in to comment.