mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-04 02:34:16 +08:00
23 lines
397 B
TOML
23 lines
397 B
TOML
language = "C"
|
|
include_guard = "__blazesym_h_"
|
|
|
|
[export]
|
|
item_types = ["globals", "enums", "structs", "unions", "typedefs", "opaque", "functions"]
|
|
|
|
[fn]
|
|
args = "Vertical"
|
|
rename_args = "GeckoCase"
|
|
|
|
[struct]
|
|
associated_constants_in_body = true
|
|
derive_eq = true
|
|
derive_ostream = true
|
|
|
|
[enum]
|
|
add_sentinel = false
|
|
derive_helper_methods = true
|
|
derive_ostream = true
|
|
|
|
[macro_expansion]
|
|
bitflags = true
|