
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](https://semver.org/) will be followed post-1.0 release.
# libbpf-rs
[](https://crates.io/crates/libbpf-rs)
Idiomatic rust wrapper around
[libbpf](https://github.com/libbpf/libbpf)
To use in your project, add into your `Cargo.toml`:
```toml
[dependencies]
libbpf-rs = "0.10"
```
See [full documentation here](https://docs.rs/libbpf-rs).
# libbpf-cargo
[](https://crates.io/crates/libbpf-cargo)
Helps you build and develop eBPF programs with standard rust tooling
To use in your project, add into your `Cargo.toml`:
```toml
[build-dependencies]
libbpf-cargo = "0.7.0"
```
See [full documentation here](https://docs.rs/libbpf-cargo).