This repository provides Rust bindings to the SBIP-customized version of LLVM.
Please follow the guide in INSTALL.md to install Rust and LLVM.
We also need to install some useful tools to support the developments:
-
rustfmt
: for auto-formatting code. -
rust-analyzer
: an IDE assistant to write fast and quality code.