llvm-sys-wrapper

Crates.iollvm-sys-wrapper
lib.rsllvm-sys-wrapper
version0.6.1
sourcesrc
created_at2018-03-13 05:38:37.456889
updated_at2018-11-22 05:39:09.17737
descriptionShallow wrapper for llvm-sys.
homepage
repositoryhttps://github.com/JunSuzukiJapan/llvm-sys-wrapper
max_upload_size
id55280
size82,825
(JunSuzukiJapan)

documentation

README

llvm-sys-wrapper

Shallow wrapper for llvm-sys.

Installation

include the following in your Cargo.toml file:

[dependencies]
llvm-sys-wrapper="0.6.0"

And then import the library using:

#[macro_use]
extern crate llvm_sys_wrapper;

Examples

Look tests directory and example directory.

License

MIT

Commit count: 111

cargo fmt