Registry / other / system-call

system-call

JSON →
library0.1.3rscratesunverified

Raw system calls for Linux, providing direct access to kernel interfaces.

# Cargo.toml [dependencies] system-call = "0.1.3"
INSTALL
IMPORT
SIG · SYSTEM-CALL
S
system-call
otherrustv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

syscall
use system_call::syscall;

Executes a raw system call with arguments.

use system_call::syscall; fn main() { let result = syscall!(0, 0, 0, 0); println!("Syscall result: {}", result); }
Debug
Known issues
gotchaUnsafe and platform-specific; may cause crashes if used incorrectly.
fix
Ensure correct syscall numbers and arguments for your architecture.
affects: >=0.1.0
Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
system-call — cargo add system-call · libregistry