Update README

This commit is contained in:
Sofia 2025-09-07 15:33:25 +03:00
parent 3e6f6cee40
commit 52addb6b42

View File

@ -3,3 +3,6 @@
Rusty bindings for LLVM, used primarily for Rusty bindings for LLVM, used primarily for
[Reid](https://git.teascade.net/teascade/reid-llvm) (hence the naming), but can [Reid](https://git.teascade.net/teascade/reid-llvm) (hence the naming), but can
be used for other LLVM-based projects as well. Uses [llvm-sys](https://gitlab.com/taricorp/llvm-sys.rs) directly. be used for other LLVM-based projects as well. Uses [llvm-sys](https://gitlab.com/taricorp/llvm-sys.rs) directly.
Most of the project was done on Reid-side, which is why initial commit is so
large.