language = "C"
header = "/* PQC Binary Format v1.0 - C/C++ Bindings */\n/* Auto-generated header file - DO NOT EDIT */\n"
include_guard = "PQC_BINARY_FORMAT_H"
autogen_warning = "/* Warning: This file is auto-generated by cbindgen. */\n"
pragma_once = true
cpp_compat = true
style = "both"
[export]
include = ["PqcFormatHandle", "ByteBuffer"]
prefix = ""
[export.rename]
"PqcFormatHandle" = "PqcFormatHandle"
"ByteBuffer" = "ByteBuffer"
[parse]
parse_deps = false
include = ["pqc-binary-format"]
[fn]
args = "horizontal"