Files
cbindgen/tests/rust/transform-op.toml
T
Emilio Cobos Álvarez dea102d6c8 bindgen: Allow to auto-generate asserted casts for tagged enums.
This fixes one of my pet-peeves. Without this patch, I need to add them manually
using the raw body stuff, or along the code that accesses the struct member,
none of those being ideal.
2019-03-05 11:06:01 -06:00

8 lines
113 B
TOML

[export]
prefix = "Style"
[enum]
derive_helper_methods = true
derive_const_casts = true
derive_mut_casts = true