summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
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 fa33439f..d5190890 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -145,6 +145,7 @@ pub mod flowgraph;
pub mod function;
pub mod functionrecognizer;
pub mod headless;
+pub mod hlil;
pub mod interaction;
pub mod linearview;
pub mod llil;