You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust/ffi/cbindgen.toml

21 lines
402 B
TOML

language = "C"
include_guard = "__RUST_FFI_GEN_H_"
autogen_warning = "/* DO NOT EDIT This file is autogenerated by cbindgen. Don't modify this manually. */"
include_version = true
no_includes = true
includes = ["stdint.h", "stdbool.h"]
line_length = 80
tab_width = 4
documentation_style = "doxy"
[export]
exclude = [
"IPPROTO_TCP",
"IPPROTO_UDP",
]
item_types = ["constants", "functions"]