commit | ce6ca0471f7a4d4f1cb131830222f5ca6726b13f | [log] [tgz] |
---|---|---|
author | Neill Kapron <[email protected]> | Tue Sep 24 19:43:12 2024 +0000 |
committer | Neill Kapron <[email protected]> | Mon Sep 30 23:16:00 2024 +0000 |
tree | 9d107e4793f8212ff013f38bd89b0b1bccff3641 | |
parent | e5904f89b95de6c95914a270b295d57b73dee74c [diff] |
libbpf-rs: add cargo_embargo.json and Android.bp Add the necessary pieces to build libbpf-rs. Bug: 359646531 Test: TH/Manual Change-Id: I7c31f71f206266e7022720b60d7ab3111aa1b198 Signed-off-by: Neill Kapron <[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.