libbpf-rs-lightswitch

Crates.iolibbpf-rs-lightswitch
lib.rslibbpf-rs-lightswitch
version0.23.3
created_at2024-11-19 12:46:11.658475+00
updated_at2024-11-19 12:46:11.658475+00
descriptionlibbpf-rs is a safe, idiomatic, and opinionated wrapper around libbpf-sys
homepagehttps://github.com/libbpf/libbpf-rs
repositoryhttps://github.com/libbpf/libbpf-rs
max_upload_size
id1453227
size3,218,881
Javier Honduvilla Coto (javierhonduco)

documentation

README

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

Contributing

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

Commit count: 1440

cargo fmt