rust-bindgen
rust-bindgen copied to clipboard
Allow blocklisting anonymous enums
Currently, there is no way to blocklist anonymous enums, which is inconvenient if you want to avoid _bindgen_tyXX types appearing in the public API.
Note: I'm not 100% sure if this is the best place to apply the blocklisting, but I couldn't find a more appropriate place.