commit | e3c616fdc97bb102d60c6fed96154c8505784abd | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Fri Nov 01 16:28:54 2024 +0000 |
committer | James Farrell <[email protected]> | Fri Nov 01 16:28:54 2024 +0000 |
tree | 50deaac20de0b6aab18dd409dd9c0ad7e3efed5d | |
parent | ce6ca0471f7a4d4f1cb131830222f5ca6726b13f [diff] |
Add patch for license files. To make crate match archive contents. Bug: http://b/339424309 Test: treehugger Change-Id: I805e626aecd93c46be09ad65983c165004789fb0
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.