30 releases (18 breaking)
0.19.1 | Oct 13, 2022 |
---|---|
0.18.0 | Jul 15, 2022 |
0.16.0 | Jan 10, 2022 |
0.15.0 | Dec 3, 2021 |
0.3.0 | Jul 14, 2020 |
#90 in Unix APIs
4,183 downloads per month
Used in 4 crates
565KB
2.5K
SLoC
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
Idiomatic rust wrapper around libbpf
To use in your project, add into your Cargo.toml
:
[dependencies]
libbpf-rs = "0.18"
libbpf-cargo
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.12"
Contributing
We welcome all contributions! Please see the contributor's guide for more information.
Dependencies
~5MB
~89K SLoC