# btf [![Build Status](https://github.com/arcjustin/btf/workflows/build/badge.svg)](https://github.com/arcjustin/btf/actions?query=workflow%3Abuild) [![crates.io](https://img.shields.io/crates/v/btf.svg)](https://crates.io/crates/btf) [![mio](https://docs.rs/btf/badge.svg)](https://docs.rs/btf/) [![Lines of Code](https://tokei.rs/b1/github/arcjustin/btf?category=code)](https://tokei.rs/b1/github/arcjustin/btf?category=code) Parsing library for the eBPF type format. ## Usage For usage examples, see code located in [examples/](examples/) : | Examples | Description | |----------|-------------| |[print-type](examples/print-type.rs)| Prints a type given a path to a BTF file and a type name| ## TODO * Write more thorough tests. ## License * [MIT license](http://opensource.org/licenses/MIT)