Skip to content

Commit aca769b

Browse files
committed
[Rust] Misc docs
1 parent 881220d commit aca769b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/src/llvm.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! LLVM functionality exposed by the core.
2+
//!
3+
//! Also see [`crate::demangle::demangle_llvm`].
4+
15
use binaryninjacore_sys::*;
26
use std::ffi::{c_char, c_int, CString};
37

0 commit comments

Comments
 (0)