KyleMayes / clang-sys

Rust bindings for libclang.
Apache License 2.0
128 stars 65 forks source link

Test clang-sys by compiling and using bindgen #156

Closed KyleMayes closed 1 year ago

KyleMayes commented 1 year ago

I'm pretty sure 99.9% of the users of this crate are using it transitively through bindgen so I think it makes sense to make sure any changes are compatible with bindgen. This would have prevented the breakage described in #154