bpf-sys 0.3.3

Bindings for libbpf from BCC
[package]
name = "bpf-sys"
version = "0.3.3"
description = "Bindings for libbpf from BCC"
repository = "https://github.com/redsift/redbpf"
documentation = "https://redsift.github.io/rust/redbpf/doc/bpf_sys/"
authors = ["Peter Parkanyi <peter@redsift.io>"]
links = "bpf"
edition = "2018"
license = "GPL-3.0"
keywords = ["bpf", "ebpf", "ffi"]

[dependencies]
zero = "0.1"
libc = "0.2"

[build-dependencies]
cc = "1.0"
bindgen = "0.51.0"
libc = "0.2"