Provides a derive macro for AddToDatabase
to make adding Rust types to a bpf_script::types::TypeDatabase
easier.
For usage examples, see code located in examples/ :
| Examples | Description | |----------|-------------| |custom-type| Creates and inserts a custom type into an empty BTF database|