Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcjustin/btf
https://github.com/arcjustin/btf
bpf btf ebpf linux rust types
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcjustin/btf
- Owner: arcjustin
- Created: 2022-09-17T13:00:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T00:44:45.000Z (about 1 year ago)
- Last Synced: 2024-10-07T22:47:44.772Z (29 days ago)
- Topics: bpf, btf, ebpf, linux, rust, types
- Language: Rust
- Homepage:
- Size: 1.43 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)