3 unstable releases
Uses old Rust 2015
0.2.1 | Jan 9, 2016 |
---|---|
0.2.0 | Apr 28, 2015 |
0.1.0 | Jan 10, 2015 |
#79 in #calls
79 downloads per month
Used in 5 crates
(3 directly)
135KB
2.5K
SLoC
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.
lib.rs
:
Raw system calls for Rust.