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

#56 in #additions

Download history 51/week @ 2023-11-06 38/week @ 2023-11-13 52/week @ 2023-11-20 47/week @ 2023-11-27 45/week @ 2023-12-04 42/week @ 2023-12-11 53/week @ 2023-12-18 46/week @ 2023-12-25 27/week @ 2024-01-01 47/week @ 2024-01-08 46/week @ 2024-01-15 44/week @ 2024-01-22 30/week @ 2024-01-29 31/week @ 2024-02-05 54/week @ 2024-02-12 98/week @ 2024-02-19

213 downloads per month
Used in 5 crates (3 directly)

MIT/Apache

135KB
2.5K SLoC

Rust 2K SLoC // 0.0% comments C 351 SLoC

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.


lib.rs:

Raw system calls for Rust.

No runtime deps