You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustix provides a safe interface over some libc calls. In addition it provides a direct interface over Linux system calls, which can significantly reduce the instruction count in many cases.
rustix doesn't support some of the system calls that this crate needs. If there is interest I can make PRs to add them to rustix.
The text was updated successfully, but these errors were encountered:
rustix
provides a safe interface over somelibc
calls. In addition it provides a direct interface over Linux system calls, which can significantly reduce the instruction count in many cases.rustix
doesn't support some of the system calls that this crate needs. If there is interest I can make PRs to add them torustix
.The text was updated successfully, but these errors were encountered: