synta 0.2.6

ASN.1 parser, decoder, and encoder library with DER/BER support and C FFI
Documentation
# cbindgen configuration for Synta C FFI
# This generates the C header file (include/synta.h) from Rust FFI code

language = "C"
autogen_warning = "/* Warning: This file is automatically generated by cbindgen. Do not modify manually. */"
include_version = false
cpp_compat = true
style = "both"

include_guard = "SYNTA_H"
pragma_once = false
tab_width = 4
line_length = 100
documentation = true
documentation_style = "doxy"

[parse]
parse_deps = false
include = ["synta"]

[export]
include = []
exclude = []
prefix = ""
item_types = ["enums", "structs", "opaque", "functions"]

[fn]
rename_args = "None"
must_use = "enable"

[enum]
rename_variants = "None"
add_sentinel = false
prefix_with_name = true

[macro_expansion]
bitflags = false