summaryrefslogtreecommitdiff
path: root/rust/src/interaction.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/interaction.rs')
-rw-r--r--rust/src/interaction.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs
index 74b6ebc6..96af3daa 100644
--- a/rust/src/interaction.rs
+++ b/rust/src/interaction.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! Interfaces for asking the user for information: forms, opening files, etc.
+
use binaryninjacore_sys::*;
use std::ffi::CString;