clang 0.5.1

An idiomatic Rust wrapper for libclang.
Documentation

clang-rs

crates.io Travis CI

An idiomatic Rust wrapper for libclang.

Supported on the stable, beta, and nightly Rust channels.

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.