clang-sys 0.11.1

Rust bindings for libclang.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Contributing to clang-sys
=========================

Issues
------

Please include the output of `rustc --version --verbose` in your issue.

Pull Requests
-------------

If you are intending to make a pull request, please make your changes in a branch that originated
from the `development` branch, not the `master` branch. Then, make your pull request against the
`development` branch.