clang-sys 0.2.1

Rust bindings for libclang.
Documentation

clang-sys

crates.io

Rust bindings for libclang.

Released under the MIT license.

Dependencies

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.

Windows

On Windows, libclang.dll should be placed in <rust>\lib\rustlib\*-pc-windows-*\lib where <rust> is your Rust installation directory.

Supported Versions

If you do not select a specific version, a common subset API will be availabile. The documentation for this API is here.