# libbpf-rs **Repository Path**: mirrors_ueno/libbpf-rs ## Basic Information - **Project Name**: libbpf-rs - **Description**: Minimal and opinionated eBPF tooling for the Rust ecosystem - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-14 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![CI](https://github.com/libbpf/libbpf-rs/workflows/Rust/badge.svg?branch=master) [![rustc](https://img.shields.io/badge/rustc-1.58.1+-blue.svg)](https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html) WARNING: The API is not stable and is subject to breakage. Any breakage will include a minor version bump pre-1.0 and a major version bump post-1.0. [Semantic versioning](https://semver.org/) will be followed post-1.0 release. # libbpf-rs [![crates.io badge](https://img.shields.io/crates/v/libbpf-rs.svg)](https://crates.io/crates/libbpf-rs) Idiomatic rust wrapper around [libbpf](https://github.com/libbpf/libbpf) To use in your project, add into your `Cargo.toml`: ```toml [dependencies] libbpf-rs = "0.18" ``` See [full documentation here](https://docs.rs/libbpf-rs). # libbpf-cargo [![crates.io badge](https://img.shields.io/crates/v/libbpf-cargo.svg)](https://crates.io/crates/libbpf-cargo) Helps you build and develop eBPF programs with standard rust tooling To use in your project, add into your `Cargo.toml`: ```toml [build-dependencies] libbpf-cargo = "0.12" ``` See [full documentation here](https://docs.rs/libbpf-cargo). ## Contributing We welcome all contributions! Please see the [contributor's guide](CONTRIBUTING.md) for more information.