trisquel-icecat/icecat/third_party/cbindgen/tests/rust/pin.toml

21 lines
202 B
TOML

header = """
#if 0
''' '
#endif
#ifdef __cplusplus
template <typename T>
using Pin = T;
template <typename T>
using Box = T*;
#endif
#if 0
' '''
#endif
"""
[export]
exclude = [
"Pin",
"Box"
]