From 4d8feb4921cde4b70bb6db4ccd525a69205dee7f Mon Sep 17 00:00:00 2001 From: rbran Date: Thu, 10 Apr 2025 12:58:27 +0000 Subject: [Rust] Implement `LanguageRepresentation` and `LineFormatter` --- rust/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src/lib.rs') 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; -- cgit v1.3.1