Closed
Description
rustix is a crate which provides I/O-safe wrappers around raw system calls on Linux and libc on other Unixes. By using it we can use raw syscalls instead of libc calls, which has a number of performance, safety and code size advantages.
I am wiling to write a PR for this; however there are a couple of items of discussions we have to go over first.
- This will bump this crate's MSRV to v1.63. Is this acceptable?
- It will also add a couple of (mostly inconsequential) dependencies. Is this acceptable?
Metadata
Metadata
Assignees
Labels
No labels