cbindgen/tests/rust/custom_header.toml
2020-11-25 17:30:30 +01:00

12 lines
215 B
TOML

no_includes = true
header = """
#if 0
# This file is generated by cbindgen. DO NOT EDIT
#endif
"""
trailer = """
#if 0
# This is a simple test to ensure that trailers do not cause extra newlines in files
#endif
"""