redox_syscall 0.9.4

A Rust library to access raw Redox system calls
Documentation

syscall

This crate contains the system call numbers, flags and types used in kernel interfaces, as well as Rust wrappers of the inline asm required for system calls.

This library is mainly intended for the kernel and relibc. Regular applications can technically use it but are strongly discouraged from doing so, as the syscall ABI is unstable and often fast-changing.

MIT licensed crates.io docs.rs