KyleMayes / clang-sys

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

Put support invocations of clang executable behind a feature. #183

Open burakemir opened 1 month ago

burakemir commented 1 month ago

This feature can bring client certainty that clang-sys will never invoke the clang executable.

This simplifies integration of tools that depend on clang-sys (specifically bindgen) since there is no need to provide a path to a clang executable.