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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 7056e529..1b02da0d 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -57,6 +57,8 @@ pub mod function_recognizer;
pub mod headless;
pub mod high_level_il;
pub mod interaction;
+pub mod language_representation;
+pub mod line_formatter;
pub mod linear_view;
pub mod logger;
pub mod low_level_il;