libbpf-rs

Crates.iolibbpf-rs
lib.rslibbpf-rs
version
sourcesrc
created_at2020-06-10 21:51:43.918726
updated_at2024-12-17 17:59:53.593659
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
id252508
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
@d-e-s-o @ work (danielocfb)

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.25.0-beta.1"

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: 1286

cargo fmt