docs.rs failed to build llvm-sys-wrapper-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
llvm-sys-wrapper-0.6.1
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 and example directory.