syscall

Crates.iosyscall
lib.rssyscall
version0.2.1
sourcesrc
created_at2015-01-10 20:45:25.004717
updated_at2016-01-09 22:52:29.096098
descriptionRaw system calls
homepage
repositoryhttps://github.com/kmcallister/syscall.rs
max_upload_size
id759
size148,637
Felix S Klock II (pnkfelix)

documentation

README

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.

Commit count: 0

cargo fmt