bastion-rs / syscall.rs

Raw system calls for Rust

Home Page:https://crates.io/crates/syscall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw system calls for Rust

Build Status

This library allows Rust code to invoke system calls directly.

See the list of supported platforms. Additions are very welcome!

We do not intend to provide wrapper functions like read(2) etc. because there are many subtly different ways to define them in Rust.

About

Raw system calls for Rust

https://crates.io/crates/syscall

License:Other


Languages

Language:Rust 84.8%Language:C 15.2%