ebpf-user 0.2.0

User space wrapper for libbpf
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ebpf-user"
version = "0.2.0"
authors = ["Vladislav Melnik <vladislav.melnik@protonmail.com>"]
edition = "2018"
license = "MIT"
description = "User space wrapper for libbpf"
repository = "https://github.com/vlad9486/ebpf-tools"

[dependencies]
libbpf-sys = "0.8.1+v0.8.0"
cty = "0.2.2"
ebpf-user-macros = { version = "0.2.0", path = "macros", optional = true }

[features]
macros = ["ebpf-user-macros"]