diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-02-14 19:18:37 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-02-14 19:23:30 -0500 |
| commit | 80f3ca9e22b40a92f3f671d1a840ec1c11674e4a (patch) | |
| tree | 642fc482b413275802f4d2d986f01de685194263 /rust/src/lib.rs | |
| parent | 2845ba6208ce3c29998a48df5073ed15a11ead77 (diff) | |
rust: add demangle helpers for gnu3 and ms
Co-authored-by: EliseZeroTwo <mail@elise.moe>
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
