syscall.rs fork for squiid.
Find a file
Keegan McAllister 25b96c28cf Initial commit
2014-09-06 14:14:12 -07:00
src Initial commit 2014-09-06 14:14:12 -07:00
tests Initial commit 2014-09-06 14:14:12 -07:00
.gitignore Initial commit 2014-09-06 14:14:12 -07:00
AUTHORS Initial commit 2014-09-06 14:14:12 -07:00
Cargo.toml Initial commit 2014-09-06 14:14:12 -07:00
COPYRIGHT Initial commit 2014-09-06 14:14:12 -07:00
LICENSE-APACHE Initial commit 2014-09-06 14:14:12 -07:00
LICENSE-MIT Initial commit 2014-09-06 14:14:12 -07:00
README.md Initial commit 2014-09-06 14:14:12 -07:00

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.