Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbip-sg/llvm-rust

A customized Rust bindings for LLVM
https://github.com/sbip-sg/llvm-rust

Last synced: 8 days ago
JSON representation

A customized Rust bindings for LLVM

Awesome Lists containing this project

README

        

LLVM-RUST
============

This repository provides Rust bindings to the [SBIP-customized version of
LLVM](https://github.com/sbip-sg/llvm-project).

## Installation

Please follow the guide in [INSTALL.md](INSTALL.md) to install Rust and LLVM.

We also need to install some useful tools to support the developments:

- [`rustfmt`](https://github.com/rust-lang/rustfmt): for auto-formatting code.

- [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer): an IDE assistant to write fast and quality code.