Name Description Size
.cargo-checksum.json 1405
build
build.rs Finds `libclang` static or shared libraries and links to them. # Environment Variables This build script can make use of several environment variables to help it find the required static or shared libraries. * `LLVM_CONFIG_PATH` - provides a path to an `llvm-config` executable * `LIBCLANG_PATH` - provides a path to a directory containing a `libclang` shared library or a path to a specific `libclang` shared library * `LIBCLANG_STATIC_PATH` - provides a path to a directory containing LLVM and Clang static libraries 2333
Cargo.toml 1709
CHANGELOG.md 13793
clippy.toml 32
LICENSE.txt 11560
README.md # clang-sys 6625
src
tests