summaryrefslogtreecommitdiff
path: root/rust/src/demangle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/demangle.rs')
-rw-r--r--rust/src/demangle.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/demangle.rs b/rust/src/demangle.rs
index 11d54b39..2a1bff0d 100644
--- a/rust/src/demangle.rs
+++ b/rust/src/demangle.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! Interfaces for demangling and simplifying mangled names in binaries.
+
use binaryninjacore_sys::*;
use std::{ffi::CStr, result};