Files
cbindgen/tests/rust/exclude_generic_monomorph.toml
T
2020-04-01 11:45:53 +02:00

12 lines
122 B
TOML

language = "C"
header = """
#include <stdint.h>
typedef uint64_t Option_Foo;
"""
[export]
exclude = [
"Option_Foo",
]