Lines Matching +full:linux +full:- +full:headers +full:-
2 <h1><code>linux-raw-sys</code></h1>
5 <strong>Generated bindings for Linux's userspace API</strong>
9 …tps://github.com/sunfishcode/linux-raw-sys/actions?query=workflow%3ACI"><img src="https://github.c…
10 …alliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip…
11 …<a href="https://crates.io/crates/linux-raw-sys"><img src="https://img.shields.io/crates/v/linux-r…
12 …<a href="https://docs.rs/linux-raw-sys"><img src="https://docs.rs/linux-raw-sys/badge.svg" alt="do…
16 This crate contains bindgen-generated bindings for Linux's userspace API.
20 minimal type-safe, memory-safe, and I/O-safe API to the Linux system calls
25 most things needed by general-purpose code.
27 To regenerate the generated bindings, run `cargo update && cd gen && cargo run --release`.
31 This is similar to [linux-sys], except the bindings are generated offline,
33 has bindings for more headers, as well as supplementary definitions not
34 exported by Linux's headers but nonetheless needed by userspace.
43 [linux-sys]: https://crates.io/crates/linux-sys
44 [rustix crate]: https://github.com/bytecodealliance/rustix#linux-raw-syscall-support