libbpf-cargo

Crates.iolibbpf-cargo
lib.rslibbpf-cargo
version0.23.3
sourcesrc
created_at2020-06-10 21:40:24.365126
updated_at2024-06-11 22:00:31.954444
descriptionCargo plugin to build bpf programs
homepagehttps://github.com/libbpf/libbpf-rs
repositoryhttps://github.com/libbpf/libbpf-rs
max_upload_size
id252501
size214,408
(danielocfb)

documentation

https://docs.rs/crate/libbpf-cargo

README

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.23"

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.

Commit count: 1050

cargo fmt