btfparse 1.3.9

A BTF parser library capable of navigating types
Documentation
[[example]]
name = "dump-btf"
path = "examples/dump-btf.rs"

[[example]]
name = "get-type-offset"
path = "examples/get-type-offset.rs"

[[example]]
name = "get-type-size"
path = "examples/get-type-size.rs"

[features]
caching = []
default = []

[lib]
name = "btfparse"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A BTF parser library capable of navigating types"
edition = "2024"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/alessandrogario"
keywords = ["bpf", "btf", "ebpf"]
license = "Apache-2.0"
name = "btfparse"
readme = "README.md"
repository = "https://github.com/alessandrogario/btfparse/"
version = "1.3.9"