54 releases

new 0.25.0-beta.0 Nov 19, 2024
0.24.6 Oct 11, 2024
0.23.3 Jun 11, 2024
0.22.1 Jan 4, 2024
0.1.2 Jun 10, 2020

#139 in Cargo plugins

Download history 2293/week @ 2024-07-30 2263/week @ 2024-08-06 1997/week @ 2024-08-13 2661/week @ 2024-08-20 2385/week @ 2024-08-27 5375/week @ 2024-09-03 24450/week @ 2024-09-10 22487/week @ 2024-09-17 32326/week @ 2024-09-24 31921/week @ 2024-10-01 33140/week @ 2024-10-08 30215/week @ 2024-10-15 27954/week @ 2024-10-22 30745/week @ 2024-10-29 32909/week @ 2024-11-05 32217/week @ 2024-11-12

128,118 downloads per month
Used in 20 crates (13 directly)

LGPL-2.1-only OR BSD-2-Clause

480KB
11K SLoC

CI rustc

libbpf-cargo

crates.io badge

Helps you build and develop BPF programs with standard Rust tooling.

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

[build-dependencies]
libbpf-cargo = "=0.25.0-beta.0"

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.

Please note that the generated skeleton files, while guaranteed to be source code compatible according to aforementioned versioning rules, are not guaranteed to be character identical between releases (including patch releases).

Contributing

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

Dependencies

~15–25MB
~437K SLoC