forked from ebfe/syscall.rs
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The rustix crate includes an extensive (private) module for using syscalls on Linux. It includes:
- syscalls working on stable using
asm!for all it's targets (the inline module) - syscalls working on older compilers by linking in precompiled binaries or compiling assembly files in
build.rsusing a C compiler (the outline module) - an extensive type and trait system around the syscall functions to improve type-safety
Given the current state of the sc crate, would it make sense to incorporate code from rustix?
Note: I'm not affiliated with rustix or the Bytecode Alliance in any way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels