syscall.rs fork for squiid.
Find a file
2015-02-14 11:15:16 -08:00
examples Upgrade to rustc 1.0.0-dev (44a287e6e 2015-01-08 17:03:40 -0800) 2015-01-10 12:38:19 -08:00
src Upgrade to rustc 1.0.0-dev (b9ba643b7 2015-02-13 21:15:39 +0000) 2015-02-14 11:14:15 -08:00
tests Upgrade to rustc 1.0.0-dev (c5961ad06 2015-01-28 21:49:38 +0000) 2015-01-31 20:51:16 -08:00
tools tools/nr.rs.c: template to generate the syscall numbers of your environment 2015-01-20 16:53:15 +01:00
.gitignore Initial commit 2014-09-06 14:14:12 -07:00
.travis.yml Enable container infrastructure on Travis 2015-02-14 11:15:16 -08:00
Cargo.toml Prepare for crates.io upload 2015-01-10 12:43:48 -08:00
COPYRIGHT Prepare for crates.io upload 2015-01-10 12:43:48 -08: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 Update README 2014-09-30 14:39:30 -07:00

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.