commit | 63af265ce53e7bd102b4e8ba9e51b4bf434bd080 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Nov 07 02:10:48 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Nov 07 02:10:48 2024 +0000 |
tree | fa09ca1736d9e14e5272ce1d731dfacf985da488 | |
parent | 6144bee7d86ec81f03e820fb3410905d1fab4792 [diff] | |
parent | 9e7658ba27e10a048fb70337ff1a6fd92865ffca [diff] |
Snap for 12618558 from 9e7658ba27e10a048fb70337ff1a6fd92865ffca to sdk-release Change-Id: I23c98414c1f4377d44be22b62a26ea6937678b7c
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.