Library for using LLVM with Rusty bindings, used primarily for Reid
Go to file
2025-09-07 15:35:54 +03:00
examples Initial commit 2025-09-07 15:32:57 +03:00
src Initial commit 2025-09-07 15:32:57 +03:00
.gitignore Initial commit 2025-09-07 15:32:57 +03:00
Cargo.lock Update version to 1.0.0 2025-09-07 15:35:54 +03:00
Cargo.toml Update version to 1.0.0 2025-09-07 15:35:54 +03:00
README.md Update README 2025-09-07 15:33:25 +03:00

Reid LLVM Library

Rusty bindings for LLVM, used primarily for Reid (hence the naming), but can be used for other LLVM-based projects as well. Uses llvm-sys directly.

Most of the project was done on Reid-side, which is why initial commit is so large.