cbindgen/tests/rust/raw_lines.toml
Luca Barbato 1a824c04f2 Add support for verbatim content after includes
Let the user add raw C code in the generated header after the include
blocks.

It matches what bindgen provides with the raw_lines option.
2020-04-22 01:50:16 +02:00

4 lines
91 B
TOML

include_guard = "INCLUDE_GUARD_H"
no_includes = false
after_includes = "#define VERSION 1"