chenhengqi / libbpf-rs

Minimal and opinionated eBPF tooling for the Rust ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI rustc

WARNING: The API is not stable and is subject to breakage. Any breakage will include a minor version bump pre-1.0 and a major version bump post-1.0. Semantic versioning will be followed post-1.0 release.

libbpf-rs

crates.io badge

Idiomatic rust wrapper around libbpf

To use in your project, add into your Cargo.toml:

[dependencies]
libbpf-rs = "0.19"

See full documentation here.

libbpf-cargo

crates.io badge

Helps you build and develop eBPF programs with standard rust tooling

To use in your project, add into your Cargo.toml:

[build-dependencies]
libbpf-cargo = "0.13"

See full documentation here.

Contributing

We welcome all contributions! Please see the contributor's guide for more information.

About

Minimal and opinionated eBPF tooling for the Rust ecosystem

License:Other


Languages

Language:Rust 97.4%Language:C 2.2%Language:Shell 0.4%