syscall.rs/README.md
Keegan McAllister 25b96c28cf Initial commit
2014-09-06 14:14:12 -07:00

303 B

Raw system calls for Rust

This library allows Rust code to invoke system calls directly.

It currently only supports x86-64 Linux, but more platforms can be added.

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