commit | 6144bee7d86ec81f03e820fb3410905d1fab4792 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Nov 06 00:11:36 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Nov 06 00:11:36 2024 +0000 |
tree | 50deaac20de0b6aab18dd409dd9c0ad7e3efed5d | |
parent | ddadc3e9468365819df464c545ed0dd2cc6c0776 [diff] | |
parent | e3c616fdc97bb102d60c6fed96154c8505784abd [diff] |
Snap for 12610195 from e3c616fdc97bb102d60c6fed96154c8505784abd to sdk-release Change-Id: I35483bb8360dc4ce46d63acfc8a26bda6f643259
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.