commit | d41ad11cf2d0ca574d1fae9ca4f8f3ba1387f182 | [log] [tgz] |
---|---|---|
author | Inna Palant <[email protected]> | Wed Sep 04 15:57:01 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Sep 04 15:57:01 2024 +0000 |
tree | cc1b8a182b4c3e6043fd655daceda426c8c3697f | |
parent | 3dfc683f353a37fb123ad24ea46fa4a0b0aead0f [diff] | |
parent | e5904f89b95de6c95914a270b295d57b73dee74c [diff] |
Merge remote-tracking branch 'origin/upstream' am: 85f60adb4d am: e5904f89b9 Original change: undetermined Change-Id: Ia9e851b5ae115eac3d9027f11abe232152b222f2 Signed-off-by: Automerger Merge Worker <[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.