Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 809 Bytes

btf

Build Status crates.io mio Lines of Code

Parsing library for the eBPF type format.

Usage

For usage examples, see code located in examples/ :

Examples Description
print-type Prints a type given a path to a BTF file and a type name

TODO

  • Write more thorough tests.

License