language = "C"
cpp_compat = true
include_guard = "citadel_h"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
include_version = true
no_includes = false
braces = "SameLine"
line_length = 80
tab_width = 8
documentation_style = "auto"
style = "both"
[export]
include = []
exclude = []
item_types = []
renaming_overrides_prefixing = false
[fn]
rename_args = "None"
args = "auto"
[struct]
rename_fields = "None"
[enum]
rename_variants = "QualifiedScreamingSnakeCase"
prefix_with_name = false
derive_helper_methods = true
derive_const_casts = true
derive_mut_casts = true
enum_class = true
[const]
allow_static_const = true
allow_constexpr = false
sort_by = "None"
[macro_expansion]
bitflags = false
[parse]
parse_deps = false
[parse.expand]
crates = []
all_features = false
default_features = true
features = []