Bug: 360116764

Clone this repo:
  1. 9e7658b Migrate 5 crates to monorepo. by James Farrell · 3 months ago main
  2. e3c616f Add patch for license files. by James Farrell · 3 months ago
  3. ce6ca04 libbpf-rs: add cargo_embargo.json and Android.bp by Neill Kapron · 4 months ago
  4. e5904f8 Merge remote-tracking branch 'origin/upstream' am: 85f60adb4d by Inna Palant · 5 months ago
  5. 85f60ad Merge remote-tracking branch 'origin/upstream' by Inna Palant · 5 months ago

CI rustc

libbpf-rs

crates.io badge

Idiomatic Rust wrapper around libbpf.

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

[dependencies]
libbpf-rs = "0.24"

See full documentation here.

This crate adheres to Cargo's semantic versioning rules. At a minimum, it builds with the most recent Rust stable release minus five minor versions (“N - 5”). E.g., assuming the most recent Rust stable is 1.68, the crate is guaranteed to build with 1.63 and higher.

Contributing

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