# llvm-sys-wrapper
Shallow wrapper for llvm-sys.
# Installation
include the following in your Cargo.toml file:
```
[dependencies]
llvm-sys-wrapper="0.1"
```
And then import the library using:
```
#[macro_use]
extern crate llvm_sys_wrapper;
```
# Examples
Look [tests directory](https://github.com/JunSuzukiJapan/llvm-sys-wrapper/tree/master/tests) and [example directory](https://github.com/JunSuzukiJapan/llvm-sys-wrapper/tree/master/examples).
# License
[MIT](https://github.com/JunSuzukiJapan/llvm-sys-wrapper/blob/master/LICENSE)