Add patch for license files.

To make crate match archive contents.

Bug: http://b/339424309
Test: treehugger
Change-Id: I805e626aecd93c46be09ad65983c165004789fb0
1 file changed
tree: 50deaac20de0b6aab18dd409dd9c0ad7e3efed5d
  1. .cargo/
  2. patches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. Android.bp
  7. build.rs
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo_embargo.json
  11. CHANGELOG.md
  12. LICENSE
  13. LICENSE.BSD-2-Clause
  14. METADATA
  15. MODULE_LICENSE_BSD_LIKE
  16. OWNERS
  17. README.md
README.md

CI rustc

libbpf-rs

crates.io badge

Idiomatic Rust wrapper around libbpf.

To use in your project, add into your Cargo.toml:

[dependencies]
libbpf-rs = "0.24"

See full documentation here.

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.

Contributing

We welcome all contributions! Please see the contributor's guide for more information.