Lines Matching +full:docs +full:- +full:src
2 <h1><code>linux-raw-sys</code></h1>
9 …s://github.com/sunfishcode/linux-raw-sys/actions?query=workflow%3ACI"><img src="https://github.com…
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,
43 [linux-sys]: https://crates.io/crates/linux-sys
44 [rustix crate]: https://github.com/bytecodealliance/rustix#linux-raw-syscall-support