summaryrefslogtreecommitdiff
path: root/rust/src/segment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/segment.rs')
-rw-r--r--rust/src/segment.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/segment.rs b/rust/src/segment.rs
index 38c1dd1f..2d774350 100644
--- a/rust/src/segment.rs
+++ b/rust/src/segment.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! Labeled segments in a binary file that aren't loaded in to memory
+
use binaryninjacore_sys::*;
use std::ops::Range;