Snap for 12440112 from ce6ca0471f7a4d4f1cb131830222f5ca6726b13f to sdk-release

Change-Id: I0cf86ca6f63050dbb2634137446023770c732e14
tree: 9d107e4793f8212ff013f38bd89b0b1bccff3641
  1. .cargo/
  2. patches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. Android.bp
  7. build.rs
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo_embargo.json
  11. CHANGELOG.md
  12. LICENSE
  13. LICENSE.BSD-2-Clause
  14. METADATA
  15. MODULE_LICENSE_BSD_LIKE
  16. OWNERS
  17. README.md
README.md

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.