An idiomatic Rust wrapper for libclang.
Supported on the stable, beta, and nightly Rust channels.
Released under the MIT license.
This crate depends on libclang.dll
(Windows), libclang.so
(Linux), or libclang.dylib
(OS X).
These binaries can be either be installed as a part of Clang or downloaded
here.
The libclang
binary will be looked for in likely places (e.g., /usr/lib
on Linux), but you can
specify the directory the libclang
binary is in with the LIBCLANG_PATH
environment variable.
If you do not select a specific version, a common subset API will be availabile. The documentation for this API is here.