#syscalls #system #call

nightly system-call

Raw system calls

5 releases

Uses old Rust 2015

0.1.3 Jan 4, 2021
0.1.2 Jul 23, 2020
0.1.1 Dec 2, 2018
0.1.0 Dec 2, 2018
0.0.0 Dec 2, 2018

#364 in Operating systems

Download history 10/week @ 2024-01-08 2/week @ 2024-01-22 3/week @ 2024-02-05 8/week @ 2024-02-12 9/week @ 2024-02-19 29/week @ 2024-02-26 23/week @ 2024-03-04 20/week @ 2024-03-11 22/week @ 2024-03-18 25/week @ 2024-03-25 58/week @ 2024-04-01 18/week @ 2024-04-08 19/week @ 2024-04-15

120 downloads per month
Used in 9 crates (7 directly)

MIT/Apache

205KB
5.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.

No runtime deps