llvm-lib 0.1.0

LLVM library with safe and flexibility in mind, without over complexity based on LLVM-C API
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- [![Lints](https://github.com/mrLSD/z-rose/actions/workflows/lints.yml/badge.svg)](https://github.com/mrLSD/llvm-lib-rs/actions/workflows/lints.yml) 
[![Tests](https://github.com/mrLSD/z-rose/actions/workflows/tests.yml/badge.svg)](https://github.com/mrLSD/llvm-lib-rs/actions/workflows/tests.yml) -->
[![Crates.io version](https://img.shields.io/crates/v/llvm-lib.svg?style=flat-square)](https://crates.io/crates/llvm-lib)


<div style="text-align: center;">
    <h1>mrLSD<code>/llvm-lib-rs</code></h1>
</div>

## Description

LLVM library with safe 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](https://crates.io/crates/llvm-sys) rust library.

Currently implemented most basic functionality.

Development in progress.

### LICENSE: [MIT]LICENSE