Shallow wrapper for llvm-sys.
include the following in your Cargo.toml file:
[dependencies] llvm-sys-wrapper="0.1"
And then import the library using:
```
extern crate llvmsyswrapper; ```
Look tests directory and example directory.
MIT