summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorBrandon Miller <brandon@vector35.com>2025-05-20 15:49:11 -0400
committerBrandon Miller <brandon@vector35.com>2025-09-29 07:07:41 -0400
commit604a22a0050c000ed4d142589c9ce0e34ee7b570 (patch)
treea3e2df1331303be24bbb82cb6966f1604ffe0bc9 /rust/src/lib.rs
parent288edd311e3312e98c934d0d35e5980d6147b6ca (diff)
Rust bindings for custom basic block analysis
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 3194ae14..9d34f6bc 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -57,6 +57,7 @@ pub mod interaction;
pub mod language_representation;
pub mod line_formatter;
pub mod linear_view;
+pub mod llvm;
pub mod logger;
pub mod low_level_il;
pub mod main_thread;