llvm-sys-wrapper 0.1.1

Shallow wrapper for llvm-sys.
# llvm-sys-wrapper

Shallow wrapper for llvm-sys.

# Installation

include the following in your Cargo.toml file:

```
[dependencies]
llvm-sys-wrapper="0.1.0"
```

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).

# License

[MIT](https://github.com/JunSuzukiJapan/llvm-sys-wrapper/blob/master/LICENSE)