altra64/rust/cbindgen.toml

20 lines
736 B
TOML
Raw Normal View History

2021-10-25 01:59:55 -04:00
# This is a template cbindgen.toml file with all of the default values.
# Some values are commented out because their absence is the real default.
#
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
# for detailed documentation of every option here.
language = "C"
############## Options for Wrapping the Contents of the Header #################
# header = "/* Text to put at the beginning of the generated file. Probably a license. */"
# trailer = "/* Text to put at the end of the generated file */"
include_guard = "ALTRA64_H"
#pragma_once = true
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
include_version = false
2021-10-28 23:24:57 -04:00
[export]
exclude = ["strtoul"]