linux-raw-sys 0.6.4

Generated bindings for Linux's userspace API
Documentation
[dependencies.compiler_builtins]
optional = true
version = "0.1.49"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"
[dev-dependencies.libc]
version = "0.2.100"

[dev-dependencies.static_assertions]
version = "1.1.0"

[features]
default = ["std", "general", "errno"]
elf = []
errno = []
general = []
if_ether = []
if_packet = []
io_uring = []
ioctl = []
mempolicy = []
net = []
netlink = []
no_std = []
prctl = []
rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]
std = []
system = []
xdp = []

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["external-ffi-bindings"]
description = "Generated bindings for Linux's userspace API"
documentation = "https://docs.rs/linux-raw-sys"
edition = "2021"
exclude = ["/gen", "/.*"]
keywords = ["linux", "uapi", "ffi"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "linux-raw-sys"
readme = "README.md"
repository = "https://github.com/sunfishcode/linux-raw-sys"
rust-version = "1.63"
version = "0.6.4"
[package.metadata.docs.rs]
features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "net", "prctl", "elf", "xdp", "mempolicy", "system"]
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]