This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/zeroidc/vendor/cbindgen/tests/rust/asserted_cast.toml

11 lines
216 B
TOML

header = """
#define MY_ASSERT(...) do { } while (0)
#define MY_ATTRS __attribute((noinline))
"""
[enum]
derive_helper_methods = true
derive_const_casts = true
derive_mut_casts = true
cast_assert_name = "MY_ASSERT"