From ae7ab2c432641e52b6c45b447c9974c1dc04f787 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Wed, 5 Jun 2024 13:34:10 -0300 Subject: impl rust Database --- 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 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; -- cgit v1.3.1