linux-raw-sys 0.0.23

Generated bindings for Linux's userspace API
[package]
name = "linux-raw-sys"
version = "0.0.23"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
description = "Generated bindings for Linux's userspace API"
documentation = "https://docs.rs/linux-raw-sys"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/sunfishcode/linux-raw-sys"
edition = "2018"
keywords = ["linux", "uapi", "ffi"]
categories = ["external-ffi-bindings"]
exclude = ["gen"]

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]

[dependencies]
cty = { version = "0.2.1", optional = true }

# The rest of this file is auto-generated!
[features]
v2_6_32 = []
errno = []
general = []
netlink = []
v3_2 = []
v3_10 = []
v4_2 = []
v4_4 = []
v4_20 = []
v5_4 = []
v5_11 = []
default = ["std", "general", "errno"]
std = []
no_std = ['cty']