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

Use rustix instead of libc #135

Open
notgull opened this issue Nov 1, 2023 · 0 comments
Open

Use rustix instead of libc #135

notgull opened this issue Nov 1, 2023 · 0 comments

Comments

@notgull
Copy link

notgull commented Nov 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant