Lines Matching +full:ci +full:- +full:crate
2 <h1><code>linux-raw-sys</code></h1>
9 …e/linux-raw-sys/actions?query=workflow%3ACI"><img src="https://github.com/sunfishcode/linux-raw-sy…
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
21 built on these bindings, see the [rustix crate].
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,
32 rather than in a build.rs, making downstream builds simpler. And, this crate
38 This crate currently works on the version of [Rust on Debian stable], which is
41 version of this crate.
43 [linux-sys]: https://crates.io/crates/linux-sys
44 [rustix crate]: https://github.com/bytecodealliance/rustix#linux-raw-syscall-support