Registry / other / syscall-alt

syscall-alt

JSON →
library0.0.14rscratesunverified

Alternative syscall interface.

# Cargo.toml [dependencies] syscall-alt = "0.0.14"
INSTALL
IMPORT
SIG · SYSCALL-ALT
S
syscall-alt
otherrustv0.0.14
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 syscall_alt::syscall;

Performs a system call using the alternative interface.

use syscall_alt::syscall; fn main() { let result = syscall(0, &[]); println!("Syscall result: {:?}", result); }
Debug
Known issues
breakingUnstable API; may change between versions.
fix
Pin to a specific version and test thoroughly.
affects: >=0.0.14
Upgrade
Version history
0.0.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
syscall-alt — cargo add syscall-alt · libregistry