.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 |
2254 |
Cargo.toml |
|
1736 |
CHANGELOG.md |
|
13554 |
clippy.toml |
|
31 |
LICENSE.txt |
|
11358 |
README.md |
# clang-sys |
6536 |
src |
|
|
tests |
|
|