From 80f3ca9e22b40a92f3f671d1a840ec1c11674e4a Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 14 Feb 2022 19:18:37 -0500 Subject: rust: add demangle helpers for gnu3 and ms Co-authored-by: EliseZeroTwo --- 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 9c18d91d..966f3ff2 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -48,6 +48,7 @@ pub mod custombinaryview; pub mod databuffer; pub mod datavariable; pub mod debuginfo; +pub mod demangle; pub mod disassembly; pub mod fileaccessor; pub mod filemetadata; -- cgit v1.3.1