commit | ddadc3e9468365819df464c545ed0dd2cc6c0776 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Oct 01 23:11:17 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Oct 01 23:11:17 2024 +0000 |
tree | 9d107e4793f8212ff013f38bd89b0b1bccff3641 | |
parent | ded1b6a3061c3d4d46ee8de398f42663cd6ad719 [diff] | |
parent | ce6ca0471f7a4d4f1cb131830222f5ca6726b13f [diff] |
Snap for 12440112 from ce6ca0471f7a4d4f1cb131830222f5ca6726b13f to sdk-release Change-Id: I0cf86ca6f63050dbb2634137446023770c732e14
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.