| Crates.io | libbpf-rs |
| lib.rs | libbpf-rs |
| version | 0.26.0-beta.1 |
| created_at | 2020-06-10 21:51:43.918726+00 |
| updated_at | 2025-08-11 17:41:47.579131+00 |
| description | libbpf-rs is a safe, idiomatic, and opinionated wrapper around libbpf-sys |
| homepage | https://github.com/libbpf/libbpf-rs |
| repository | https://github.com/libbpf/libbpf-rs |
| max_upload_size | |
| id | 252508 |
| size | 501,221 |
Idiomatic Rust wrapper around libbpf.
To use in your project, add into your Cargo.toml:
[dependencies]
libbpf-rs = "=0.26.0-beta.1"
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.