system-call 0.1.0

Raw system calls
system-call-0.1.0 doesn't have any documentation.

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.