llvm-lib 0.3.0

LLVM library with safe and flexibility in mind, without over complexity based on LLVM-C API
docs.rs failed to build llvm-lib-0.3.0
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-lib-0.8.1

License: MIT Lints Crates.io version

Description

LLVM library with safety and flexibility in mind, without over complexity based on LLVM-C API.

Intended for use in writing backends for compilers using LLVM, in a secure and sqfe manner but maintaining flexibility.

Status

Based on llvm-sys rust crate.

Currently implemented most basic functionality.

Development in progress.

LICENSE: MIT