summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorRubens Brandão <git@rubens.io>2025-12-11 17:19:35 +0000
committerGitHub <noreply@github.com>2025-12-11 12:19:35 -0500
commit8e4bfe3f71232ab6e8332d4c7903290a1396f9b9 (patch)
treeb87e530dc65f6fd5a8b132598f23aca7657aa401 /rust/src/lib.rs
parent83839571880d248d1b07c8eed4d1ec12d074bfd9 (diff)
[Rust] Implement data notification API
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 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;