bpf-script-derive

Crates.iobpf-script-derive
lib.rsbpf-script-derive
version0.5.4
sourcesrc
created_at2022-11-02 01:12:04.609341
updated_at2022-11-05 00:35:21.561523
descriptionMacros for the bpf-script crate.
homepagehttps://github.com/arcjustin/bpf-script-derive
repositoryhttps://github.com/arcjustin/bpf-script-derive
max_upload_size
id703175
size27,973
(arcjustin)

documentation

README

bpf-script-derive

Build Status crates.io mio Lines of Code

Provides a derive macro for AddToDatabase to make adding Rust types to a bpf_script::types::TypeDatabase easier.

Usage

For usage examples, see code located in examples/ :

Examples Description
custom-type Creates and inserts a custom type into an empty BTF database
Commit count: 23

cargo fmt