Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbip-sg/llvm-rust
- Owner: sbip-sg
- Created: 2022-08-24T17:08:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T09:18:34.000Z (about 2 years ago)
- Last Synced: 2024-11-06T23:41:40.429Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.