#linux #programming #system #api-bindings

syscall-rs

Support crate for Linux system programming

3 releases

0.0.3 Feb 17, 2022
0.0.2 Feb 15, 2022
0.0.1 Feb 15, 2022

#465 in Operating systems

Apache-2.0

51KB
529 lines

syscall-rs


Motivation


syscall-rs is a support crate for Linux system programming. As such, this crate provides Rust friendly bindings for various Linux programming interfaces. The idea for syscall-rs is to be as lightweight as possible and having a limited number of dependencies only.

This crate is Linux only. That is basically the whole point of it.


🚧 syscall-rs is under construction - a hardhat 👷 is recommended beyond this point 🚧


lib.rs:

This file is part of syscall-rs

Dependencies

~0.6–10MB
~77K SLoC