summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-06-05 13:34:10 -0300
committerKyle Martin <krm504@nyu.edu>2024-07-09 18:13:10 -0400
commitae7ab2c432641e52b6c45b447c9974c1dc04f787 (patch)
tree793b371e56037319d79ccd16a424b6f13ac97e53 /rust/src/lib.rs
parent5110ddda5e2f4f5c924f5d16699e0dc861084cb6 (diff)
impl rust Database
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 f72ba99b..3c64cf60 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -133,6 +133,7 @@ pub mod binarywriter;
pub mod callingconvention;
pub mod command;
pub mod custombinaryview;
+pub mod database;
pub mod databuffer;
pub mod debuginfo;
pub mod demangle;