# See https://github.com/mozilla/cbindgen/blob/master/docs.md#cbindgentoml
# for detailed documentation of every option here.
= "C"
= true
# This enables the SHARED_LIB feature.
# If `"feature = shared_lib"` is skipped in config, cbindgen throws warnings about missing feature.
# However, if this line is added, #ifdef statemants are added to the generated header file
= "#define CONFIGTPL_FEATURE_SHARED_LIB"
############## Options for Wrapping the Contents of the Header #################
# trailer = "/* Text to put at the end of the generated file */"
= "_CONFIGTPL_H"
= true
= "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
[]
= "configtpl_"
[]
= "ScreamingSnakeCase"
= true
[]
= "CONFIGTPL_FEATURE_SHARED_LIB"
[]
= true