commit | ded1b6a3061c3d4d46ee8de398f42663cd6ad719 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:10:34 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:10:34 2024 +0000 |
tree | cc1b8a182b4c3e6043fd655daceda426c8c3697f | |
parent | 85f60adb4d6e18165d64a5a8365a886b34595934 [diff] | |
parent | e5904f89b95de6c95914a270b295d57b73dee74c [diff] |
Snap for 12349386 from e5904f89b95de6c95914a270b295d57b73dee74c to sdk-release Change-Id: If7a912c652df1345a77d908c0783d702da7d87c6
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.