summaryrefslogtreecommitdiff
path: root/rust/src/platform.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/platform.rs')
-rw-r--r--rust/src/platform.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/platform.rs b/rust/src/platform.rs
index 1e84e7ec..d0cc9282 100644
--- a/rust/src/platform.rs
+++ b/rust/src/platform.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! Contains all information related to the execution environment of the binary, mainly the calling conventions used
+
use std::{borrow::Borrow, collections::HashMap, os::raw, path::Path, ptr, slice};
use binaryninjacore_sys::*;