commit | bc602007cf92a42d095fb41a4aaa27e708df75e8 | [log] [tgz] |
---|---|---|
author | Neill Kapron <[email protected]> | Thu Aug 22 21:09:20 2024 +0000 |
committer | Neill Kapron <[email protected]> | Mon Aug 26 18:27:59 2024 +0000 |
tree | cc1b8a182b4c3e6043fd655daceda426c8c3697f | |
parent | 3dfc683f353a37fb123ad24ea46fa4a0b0aead0f [diff] |
Import 'libbpf-rs' crate v0.24.2 Request Document: go/android-rust-importing-crates For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: 360116764 Bug: 359646531 Test: none Change-Id: I567d104d028eeb63a1b9f3bfd57c60d93ed48ffb Signed-off-by: Neill Kapron <[email protected]>
Idiomatic Rust wrapper around libbpf.
To use in your project, add into your Cargo.toml
:
[dependencies] libbpf-rs = "0.24"
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.
We welcome all contributions! Please see the contributor's guide for more information.