linux-raw-sys 0.0.4

Generated bindings for Linux's userspace API
Documentation
[package]
name = "linux-raw-sys"
version = "0.0.4"
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"]

# The rest of this file is auto-generated!
[features]
v2_6_32 = []
general = []
errno = []
netlink = []
v5_4 = []
v5_11 = []
default = ["general", "errno"]