system-call

Crates.iosystem-call
lib.rssystem-call
version0.1.3
sourcesrc
created_at2018-12-02 02:40:28.969541
updated_at2021-01-04 03:10:11.695606
descriptionRaw system calls
homepage
repositoryhttps://github.com/strake/system-call.rs
max_upload_size
id99612
size220,749
M Farkas-Dyck (strake)

documentation

README

Raw system calls for Rust

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.

Commit count: 104

cargo fmt