From 8e4bfe3f71232ab6e8332d4c7903290a1396f9b9 Mon Sep 17 00:00:00 2001 From: Rubens Brandão Date: Thu, 11 Dec 2025 17:19:35 +0000 Subject: [Rust] Implement data notification API --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index deaeb097..f3166033 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -39,6 +39,7 @@ pub mod component; pub mod confidence; pub mod custom_binary_view; pub mod data_buffer; +pub mod data_notification; pub mod data_renderer; pub mod database; pub mod debuginfo; -- cgit v1.3.1