Snap for 12618558 from 9e7658ba27e10a048fb70337ff1a6fd92865ffca to sdk-release

Change-Id: I23c98414c1f4377d44be22b62a26ea6937678b7c
tree: fa09ca1736d9e14e5272ce1d731dfacf985da488
  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. CHANGELOG.md
  11. LICENSE
  12. LICENSE.BSD-2-Clause
  13. METADATA
  14. MODULE_LICENSE_BSD_LIKE
  15. OWNERS
  16. 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.