cbindgen
cbindgen copied to clipboard
bindgen: write header even when no_includes==true
Currently (release 0.8.2), if config.header is set to Some(x) and config.no_includes is set to true, the header is not written. I think this is a bug and this patch fixes that.
#352 claims to have already solved this (3 years ago). Can this PR be closed?
Yes, let's close this, thanks!